diff --git a/backend/prisma/schema.prisma b/backend/prisma/schema.prisma index c1b0f84..55782b6 100644 --- a/backend/prisma/schema.prisma +++ b/backend/prisma/schema.prisma @@ -7,7 +7,6 @@ generator client { datasource db { provider = "postgresql" - url = env("DATABASE_URL") } model User { diff --git a/src/components/PlayersModal.jsx b/src/components/PlayersModal.jsx index b77f90f..ba5bedd 100644 --- a/src/components/PlayersModal.jsx +++ b/src/components/PlayersModal.jsx @@ -75,3 +75,4 @@ export default PlayersModal + diff --git a/src/components/QuestionsModal.jsx b/src/components/QuestionsModal.jsx index 7b4e0fa..537b9bb 100644 --- a/src/components/QuestionsModal.jsx +++ b/src/components/QuestionsModal.jsx @@ -455,3 +455,4 @@ export default QuestionsModal +