forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
a3b27fe3a1
commit
61f54f8f74
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue