mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-21 15:31:35 +01:00
Fix
This commit is contained in:
@@ -14,13 +14,13 @@ export default class Announce extends BaseModel {
|
||||
public hoverColor: string
|
||||
|
||||
@belongsTo(() => Translation)
|
||||
public message: BelongsTo<typeof Translation>
|
||||
public translation: BelongsTo<typeof Translation>
|
||||
|
||||
@column()
|
||||
public translationId: number
|
||||
|
||||
@belongsTo(() => File)
|
||||
public cover: BelongsTo<typeof File>
|
||||
public file: BelongsTo<typeof File>
|
||||
|
||||
@column()
|
||||
public fileId: number
|
||||
|
||||
Reference in New Issue
Block a user