mirror of
https://github.com/johndoe6345789/postgres.git
synced 2026-04-24 13:55:00 +00:00
Fix security issues and linting errors
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import * as bcrypt from 'bcryptjs';
|
||||
import { drizzle } from 'drizzle-orm/node-postgres';
|
||||
import { Pool } from 'pg';
|
||||
import * as bcrypt from 'bcryptjs';
|
||||
import { adminUserSchema } from '../src/models/Schema';
|
||||
|
||||
async function seedAdminUser() {
|
||||
|
||||
Reference in New Issue
Block a user