Skip to content

Commit ca05efa

Browse files
committed
[backend] format users.schema.ts
1 parent ce2a164 commit ca05efa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/users/users.schema.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export enum URoles {
1212
free = 'free',
1313
}
1414

15-
1615
@Schema()
1716
export class User {
1817
@Prop({ required: true, index: true, unique: true })

0 commit comments

Comments
 (0)