1
0
mirror of https://github.com/GitJournal/GitJournal.git synced 2025-07-12 22:26:27 +08:00

Fix build

This commit is contained in:
Vishesh Handa
2021-08-24 16:48:42 +02:00
parent 2863a26543
commit 9d21be74c2

@ -75,7 +75,7 @@ pb.Event _randomEvent() {
params: {'a': 'hello'}, params: {'a': 'hello'},
pseudoId: 'id', pseudoId: 'id',
userProperties: {'b': 'c'}, userProperties: {'b': 'c'},
sessionID: 'session', sessionID: 123,
); );
return ev; return ev;
} }