Update Project.ts model

This commit is contained in:
Mathias Wagner
2024-07-22 18:02:51 +02:00
parent 87d6f34dbc
commit 7f455267ea

View File

@ -32,7 +32,7 @@ const ProjectSchema = new Schema<IProject>({
},
defaults: {
type: Object,
default: { licenseKey: "NNUN-UUNN-UNAU-NAAN", groups: [], expirationDate: new Date(0), permissions: [], maxUses: -1 },
default: { licenseKey: "NNUN-UUNN-UNUU-NUUN", groups: [], expirationDate: new Date(0), permissions: [], maxUses: -1 },
}
});