Bumping protobuff, whatsmeow and fixing foreign keys path on db

This commit is contained in:
Rodrigo Zietlow
2024-05-21 23:55:37 -03:00
parent 56e7bd01ca
commit d1dc08ecdb
700 changed files with 53944 additions and 13814 deletions

View File

@@ -7,6 +7,6 @@
package uuid
// getHardwareInterface returns nil values for the JS version of the code.
// This remvoves the "net" dependency, because it is not used in the browser.
// This removes the "net" dependency, because it is not used in the browser.
// Using the "net" library inflates the size of the transpiled JS code by 673k bytes.
func getHardwareInterface(name string) (string, []byte) { return "", nil }