Not an async function

This commit is contained in:
Vortrex
2023-02-12 13:10:27 -06:00
parent 03e939a4af
commit 734446c4f0

View File

@@ -1033,7 +1033,7 @@ function saveAccountContactsToDatabase(accountContactData) {
// ===========================================================================
async function createAccount(name, password, email = "") {
function createAccount(name, password, email = "") {
let dbConnection = connectToDatabase();
if (dbConnection) {