This commit is contained in:
tamaina 2021-09-21 02:09:13 +09:00
parent 1c49074ea2
commit e78a95e176
1 changed files with 1 additions and 1 deletions

View File

@ -225,5 +225,5 @@ export async function createEmptyNotification() {
} }
res(); res();
}, 1000); }, 1000);
}) });
} }