mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-10 10:11:47 +00:00
Update Project.ts model
This commit is contained in:
@ -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 },
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user