Skip to content

Commit 6b9526b

Browse files
authored
ugh (#86)
1 parent 39afd0b commit 6b9526b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/js/whiteboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ socket.on("dispatch", (dispatchResponse) => {
223223
handleDispatch(
224224
dispatchResponse["CALL TYPE"].determinant,
225225
dispatchResponse["CALL TYPE"].complaint,
226-
dispatchResponse["Location"];
226+
dispatchResponse["Location"]
227227
);
228228
});
229229

0 commit comments

Comments
 (0)