use await for notes.countBy
This commit is contained in:
parent
97b6f45993
commit
b331d1b0eb
|
@ -462,7 +462,7 @@ export default async (user: { id: User['id']; username: User['username']; host:
|
||||||
lastNotedAt: new Date(),
|
lastNotedAt: new Date(),
|
||||||
});
|
});
|
||||||
|
|
||||||
Notes.countBy({
|
const count = await Notes.countBy({
|
||||||
userId: user.id,
|
userId: user.id,
|
||||||
channelId: data.channel.id,
|
channelId: data.channel.id,
|
||||||
}).then(count => {
|
}).then(count => {
|
||||||
|
|
Loading…
Reference in New Issue