forked from FoundKeyGang/FoundKey
use await for notes.countBy
This commit is contained in:
parent
aa1e4d0fbc
commit
923c93da12
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ export default async (user: { id: User['id']; username: User['username']; host:
|
|||
lastNotedAt: new Date(),
|
||||
});
|
||||
|
||||
Notes.countBy({
|
||||
const count = await Notes.countBy({
|
||||
userId: user.id,
|
||||
channelId: data.channel.id,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue