dependencies: bump (major)

TODO: drop the "const argv = argvObj as Record<string, any>;" hack

Refs: yargs/yargs#2175
This commit is contained in:
Jesse Chan
2022-05-07 16:41:01 -07:00
parent 531e33d636
commit efdd620192
13 changed files with 4441 additions and 5327 deletions

View File

@@ -11,9 +11,9 @@ import type {
import BaseService from './BaseService';
import config from '../../config';
interface NotificationServiceEvents {
type NotificationServiceEvents = {
NOTIFICATION_COUNT_CHANGE: (payload: {id: number; data: NotificationCount}) => void;
}
};
const DEFAULT_QUERY_LIMIT = 20;