tamaina 2021-03-23 21:50:51 +09:00
parent c424af70af
commit 64be04267c
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ type Accounts = {
}
};
class SwNotificationRead {
class SwNotificationReadManager {
private accounts: Accounts = {};
public async construct() {
@ -47,4 +47,4 @@ class SwNotificationRead {
}
}
export const swNotificationRead = (new SwNotificationRead()).construct();
export const swNotificationRead = (new SwNotificationReadManager()).construct();