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:
parent
437a092920
commit
a4ae8af6f1
|
@ -39,4 +39,4 @@ export class User {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const UserSchema = SchemaFactory.createForClass(User);
|
export const UserSchema = SchemaFactory.createForClass(User);
|
||||||
UserSchema.plugin(uniqueValidator);
|
UserSchema.plugin(uniqueValidator);
|
||||||
|
|
Loading…
Reference in New Issue