Skip to content

Commit 1487ca4

Browse files
committed
mclient: fix type
1 parent d97e42e commit 1487ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/connector/mclient.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
"go.mau.fi/mautrix-whatsapp/pkg/waid"
3232
)
3333

34-
type newMCFunc func(json.RawMessage, mWAClient) mClient
34+
type newMCFunc = func(json.RawMessage, mWAClient) mClient
3535

3636
var newMC newMCFunc
3737

0 commit comments

Comments
 (0)