forked from FoundKeyGang/FoundKey
Use '
This commit is contained in:
parent
f1f466ed23
commit
8f84dd610c
1 changed files with 1 additions and 1 deletions
|
@ -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('');
|
const { window } = new JSDOM('');
|
||||||
|
|
||||||
for (const token of tokens) {
|
for (const token of tokens) {
|
||||||
|
|
Loading…
Reference in a new issue