This commit is contained in:
syuilo 2019-05-18 00:38:33 +09:00
parent a3b27fe3a1
commit 61f54f8f74
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -64,6 +64,7 @@ export async function updateHashtag(user: User, tag: string, isUserAttached = fa
}
if (Object.keys(set).length > 0) {
q.set(set);
q.execute();
}
} else {