From 7f455267eaa669260cc4ce19291531cdd46cb25c Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 22 Jul 2024 18:02:51 +0200 Subject: [PATCH] Update Project.ts model --- src/models/Project.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/Project.ts b/src/models/Project.ts index a2c7159..58cee4f 100644 --- a/src/models/Project.ts +++ b/src/models/Project.ts @@ -32,7 +32,7 @@ const ProjectSchema = new Schema({ }, 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 }, } });