🔨 Refactor: refactored of some manage api

This commit is contained in:
萌萌哒赫萝
2023-08-07 07:58:43 -07:00
parent cb131d5250
commit ecf42fab96
8 changed files with 338 additions and 342 deletions

View File

@@ -47,7 +47,6 @@ class RemoteNoticeHandler {
const localCountStorage: IRemoteNoticeLocalCountStorage = fs.readJSONSync(REMOTE_NOTICE_LOCAL_STORAGE_PATH, 'utf8')
this.remoteNoticeLocalCountStorage = localCountStorage
} catch (e) {
console.log(e)
this.remoteNoticeLocalCountStorage = localCountStorage
}
}