fix (backend): add missing Relation wrapper
should have done in aedf873248
This commit is contained in:
parent
24f79d4796
commit
afc57d834c
1 changed files with 1 additions and 1 deletions
|
@ -47,6 +47,6 @@ export class AuthSession {
|
|||
onDelete: "CASCADE",
|
||||
})
|
||||
@JoinColumn()
|
||||
public app: App;
|
||||
public app: Relation<App>;
|
||||
//#endregion
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue