We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97e42e commit 1487ca4Copy full SHA for 1487ca4
pkg/connector/mclient.go
@@ -31,7 +31,7 @@ import (
31
"go.mau.fi/mautrix-whatsapp/pkg/waid"
32
)
33
34
-type newMCFunc func(json.RawMessage, mWAClient) mClient
+type newMCFunc = func(json.RawMessage, mWAClient) mClient
35
36
var newMC newMCFunc
37
0 commit comments