Fix bug
This commit is contained in:
parent
a3b27fe3a1
commit
61f54f8f74
|
@ -64,6 +64,7 @@ export async function updateHashtag(user: User, tag: string, isUserAttached = fa
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Object.keys(set).length > 0) {
|
if (Object.keys(set).length > 0) {
|
||||||
|
q.set(set);
|
||||||
q.execute();
|
q.execute();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue