Skip to content

Commit e2176f2

Browse files
Potential fix for code scanning alert no. 39: Semicolon insertion
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent b3e2ce8 commit e2176f2

File tree

1 file changed

+1
-1
lines changed
  • modules/ROOT/examples/live-demos/comments-callback

1 file changed

+1
-1
lines changed

modules/ROOT/examples/live-demos/comments-callback/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const getAuthorInfo = (uid) => {
4141
author: uid,
4242
authorName: uid,
4343
};
44-
}
44+
};
4545

4646
const conversationDb = {
4747
'mce-conversation_19679600221621399703915': {

0 commit comments

Comments
 (0)