mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 08:14:12 +09:00
lint
This commit is contained in:
@ -30,6 +30,7 @@ export const meta = {
|
||||
res: convertLog(perUserNotesChart.schema),
|
||||
};
|
||||
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default define(meta, async (ps) => {
|
||||
return await perUserNotesChart.getChart(ps.span as any, ps.limit!, ps.offset ? new Date(ps.offset) : null, ps.userId);
|
||||
});
|
||||
|
Reference in New Issue
Block a user