Formatted all files using clang
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -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');
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user