Skip to content

Commit 0709465

Browse files
committed
Lint: missing semicolon
1 parent 1ab0a8e commit 0709465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/PayMaker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ const mkCompressor = /*::<X:{time:number,eventId:string,payTo:string,credit:numb
718718
credits: { },
719719
eventIds: { },
720720
count: 0,
721-
}
721+
};
722722
cctx.anns.insert(newerDs);
723723
return false;
724724
}

0 commit comments

Comments
 (0)