-
Notifications
You must be signed in to change notification settings - Fork 221
DOC-3194: Remove outdated comments callback example for tinycomments in v5 documentation suite.
#3676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| author: uid, | ||
| authorName: uid, | ||
| }; | ||
| } |
Check notice
Code scanning / CodeQL
Semicolon insertion Note
the enclosing script
Show autofix suggestion
Hide autofix suggestion
Copilot Autofix
AI 9 months ago
To fix the problem, we need to add an explicit semicolon at the end of the getAuthorInfo function. This will ensure consistency with the rest of the script and avoid any potential issues related to automatic semicolon insertion.
- Locate the
getAuthorInfofunction in the filemodules/ROOT/examples/live-demos/comments-callback/index.js. - Add a semicolon at the end of the function, after the closing curly brace on line 41.
-
Copy modified line R41
| @@ -40,3 +40,3 @@ | ||
| }; | ||
| } | ||
| }; | ||
|
|
Ticket: DOC-3194
Site: Staging branch
Changes:
authorImageas its not supported.pollyjs.Pre-checks:
feature/<version>/,hotfix/<version>/,staging/<version>/, orrelease/<version>/.Review: