Skip to content

Commit a6fcf4f

Browse files
authored
Update playersScoreView.entity.ts
1 parent 0bdfd96 commit a6fcf4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/playersScoreView/playersScoreView.entity.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { ViewColumn, ViewEntity } from "typeorm";
2222
`
2323
})
2424
export class PlayersScoreViewEntity{
25-
25+
2626

2727
@ViewColumn()
2828
id_player : number
@@ -43,4 +43,4 @@ export class PlayersScoreViewEntity{
4343

4444

4545

46-
}
46+
}

0 commit comments

Comments
 (0)