File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vrt-migration" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.3 " ,
44 "description" : " " ,
55 "author" : " " ,
66 "private" : true ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import uuidAPIKey from 'uuid-apikey';
33import { genSalt , hash } from 'bcryptjs' ;
44
55const prisma = new PrismaClient ( {
6- log : [ 'query' ] ,
6+ // log: ['query'],
77} ) ;
88
99async function seed ( ) {
@@ -21,7 +21,7 @@ async function createDefaultUser() {
2121 const userList = await prisma . user . findMany ( ) ;
2222 console . log ( userList ) ;
2323 if ( userList . length === 0 ) {
24- const defaultEmail = 'visual-regression-tracker1 @example.com' ;
24+ const defaultEmail = 'visual-regression-tracker @example.com' ;
2525 const defaultPassword = '123456' ;
2626 const salt = await genSalt ( 10 ) ;
2727 await prisma . user
You can’t perform that action at this time.
0 commit comments