db seed, defined a pg schema to allow app db access
This commit is contained in:
@@ -14,7 +14,7 @@ export class User {
|
||||
console.log(result);
|
||||
await db.dispose();
|
||||
return result;
|
||||
} catch (error) {
|
||||
} catch (error: any) {
|
||||
throw new Error(error);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user