1
0
Fork 0

fix auto tier

pull/1/head
Matthew 2024-01-08 20:35:11 -05:00
parent c283487b5a
commit 64f67c9a18
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 0 additions and 4 deletions

View File

@ -21,7 +21,3 @@ const Tier = new Schema<TierInterface>({
}, { id: false });
export default model<TierInterface>('Tier', Tier);
(new this.client.db.Tier({ id: 0, { resourceLimits: { ram: 10000, storage: 50000 } } }))
(new this.client.db.Tier({ id: 0, resourceLimits: { ram: 10000, storage: 50000 } }));