We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc4224 commit 7ac1767Copy full SHA for 7ac1767
1 file changed
src/client/index.ts
@@ -152,6 +152,7 @@ RegisterCommand(
152
],
153
{ allowCancel: true }
154
)) as [string, number];
155
+ if (!reportData) return;
156
emitNet('sync_reports:addReport', reportData[0], reportData[1]);
157
},
158
false
0 commit comments