Skip to content

Commit b3e2ce8

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import ('https://cdn.jsdelivr.net/npm/@faker-js/faker@9/dist/index.min.js').then
4141
author: uid,
4242
authorName: uid,
4343
};
44-
}
44+
};
4545

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

0 commit comments

Comments
 (0)