Skip to content
Snippets Groups Projects
Commit 8f84dd61 authored by syuilo's avatar syuilo
Browse files

Use '

parent f1f466ed
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ const handlers: {[key: string]: (window: any, token: any, mentionedRemoteUsers:
}
};
export default (tokens, mentionedRemoteUsers: INote["mentionedRemoteUsers"] = []) => {
export default (tokens, mentionedRemoteUsers: INote['mentionedRemoteUsers'] = []) => {
const { window } = new JSDOM('');
for (const token of tokens) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment