fix: in error catch in createNewSession

This commit is contained in:
Gabriel Pastori
2023-10-29 12:59:29 -03:00
parent 0817c2589f
commit f710898844
2 changed files with 78 additions and 44 deletions

View File

@@ -7,5 +7,7 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll": true
}
},
"prisma-smart-formatter.typescript.defaultFormatter": "esbenp.prettier-vscode",
"prisma-smart-formatter.prisma.defaultFormatter": "Prisma.prisma"
}