fix some errors on front
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { execQueryAsync, execQueryAsyncWithId } from "./db";
|
||||
|
||||
export async function getAddresseId(email: string, name?: string): Promise<number> {
|
||||
console.log("get address id")
|
||||
const localpart = email.split("@")[0];
|
||||
const domain = email.split("@")[1];
|
||||
const query = `INSERT INTO address
|
||||
|
||||
Reference in New Issue
Block a user