This commit is contained in:
syuilo 2018-06-17 16:55:55 +09:00
parent f1f466ed23
commit 8f84dd610c

View file

@ -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) {