Not an async function
This commit is contained in:
@@ -1033,7 +1033,7 @@ function saveAccountContactsToDatabase(accountContactData) {
|
|||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
async function createAccount(name, password, email = "") {
|
function createAccount(name, password, email = "") {
|
||||||
let dbConnection = connectToDatabase();
|
let dbConnection = connectToDatabase();
|
||||||
|
|
||||||
if (dbConnection) {
|
if (dbConnection) {
|
||||||
|
|||||||
Reference in New Issue
Block a user