Skip to content

Commit fde93d7

Browse files
committed
Update SendData signature
1 parent c881694 commit fde93d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func main() {
104104
),
105105
}
106106

107-
sub.SendData(sub, &data)
107+
sub.SendData(&data)
108108
}
109109
}
110110
}

0 commit comments

Comments
 (0)