saving data

This commit is contained in:
metacryst
2025-11-23 23:24:26 -06:00
parent 8c7ed68975
commit 9d62dbad86
6 changed files with 388 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ export default class Members extends OrderedObject {
} else {
throw new global.ServerError(400, "Invalid Member Data!");
}
global.db.saveData()
}
getByEmail(email) {