mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-06 16:53:58 +09:00
strictNullChecks (#4666)
* wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
This commit is contained in:
@ -70,7 +70,7 @@ export default define(meta, async (ps, user) => {
|
||||
if (user) generateVisibilityQuery(query, user);
|
||||
if (user) generateMuteQuery(query, user);
|
||||
|
||||
const renotes = await query.take(ps.limit).getMany();
|
||||
const renotes = await query.take(ps.limit!).getMany();
|
||||
|
||||
return await Notes.packMany(renotes, user);
|
||||
});
|
||||
|
Reference in New Issue
Block a user