Formatted all files using clang

This commit is contained in:
2023-09-01 06:53:45 +02:00
parent dc3525a524
commit 9787b0e14a
37 changed files with 1708 additions and 1717 deletions

View File

@@ -6,4 +6,4 @@ const guildAppSchema = new Schema({
uuid: { type: String, required: true },
});
module.exports = model('guildapp', guildAppSchema, 'guildapp');
module.exports = model('guildapp', guildAppSchema, 'guildapp');

View File

@@ -6,4 +6,4 @@ const staffAppSchema = new Schema({
uuid: { type: String, required: true },
});
module.exports = model('staffapp', staffAppSchema, 'staffapp');
module.exports = model('staffapp', staffAppSchema, 'staffapp');

View File

@@ -6,4 +6,4 @@ const verifySchema = new Schema({
uuid: { type: String, required: true },
});
module.exports = model('verify', verifySchema, 'verify');
module.exports = model('verify', verifySchema, 'verify');