Skip to content

Commit 3034ef7

Browse files
fix build
1 parent 841beee commit 3034ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func Example() {
3939
panic(err)
4040
}
4141
clientLog := waLog.Stdout("Client", "DEBUG", true)
42-
client := whatsmeow.NewClient(deviceStore, clientLog)
42+
client := whatsmeow.NewClient(deviceStore, clientLog, true)
4343
client.AddEventHandler(eventHandler)
4444

4545
if client.Store.ID == nil {

0 commit comments

Comments
 (0)