Sneaky whitespace
authorAlexander Ebert <ebert@woltlab.com>
Sat, 31 Jul 2021 10:03:07 +0000 (12:03 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 31 Jul 2021 10:03:07 +0000 (12:03 +0200)
ts/WoltLabSuite/Core/Ui/Reaction/Handler.ts

index f32c893b8d76f00b399b20571c3b0b34df1c6913..c53a36c778456a8f4d27e57ba2068133d09af955 100644 (file)
@@ -43,7 +43,7 @@ interface ElementData {
 
 interface AjaxResponse {
   returnValues: {
-    objectID: number | string;
+    objectID: number | string;
     objectType: string;
     reactions: ReactionStats;
     reactionTypeID: number;