Fix typo in deleteDatabase function
This commit is contained in:
parent
b1053a95ba
commit
930d93a95f
2 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ async function remove(path: string) {
|
|||
}
|
||||
}
|
||||
|
||||
export async function deleteDatbase() {
|
||||
export async function deleteDatabase() {
|
||||
await remove(schedulePath);
|
||||
await remove(subscriptionsPath);
|
||||
await remove(usersPath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue