Update hashtags.ts

This commit is contained in:
syuilo 2018-11-02 23:46:57 +09:00 committed by GitHub
parent cd9696f25e
commit 8ae94c034d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,4 +68,4 @@ export default define(meta, (ps) => new Promise(async (res, rej) => {
tags = tags.slice(0, 30); tags = tags.slice(0, 30);
res(tags); res(tags);
}); }));