add newline at end of file for user schema

the linter complains, so to avert that, I'm adding it
This commit is contained in:
Eduardo Quiros 2022-07-30 02:59:10 -06:00
parent 437a092920
commit a4ae8af6f1
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ export class User {
}
export const UserSchema = SchemaFactory.createForClass(User);
UserSchema.plugin(uniqueValidator);
UserSchema.plugin(uniqueValidator);