Working on project.

This commit is contained in:
charles-gauthereau
2024-11-30 21:05:47 +01:00
parent 3e62359bd9
commit afa46c171b
19 changed files with 701 additions and 180 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ async function createDefaultOrganization() {
}
})
if (!defaultOrganization) {
console.log("==== Creating default organization... ====\n")
console.log("==== Creating default Organization... ====\n")
await prisma.organization.create({
data: {
...defaultOrganizationConf