fix: Build errors
This commit is contained in:
parent
8f5b625cc3
commit
cb82a1afa7
3 changed files with 6 additions and 6 deletions
|
@ -14,8 +14,8 @@ export class Question {
|
|||
})
|
||||
learningObjectLanguage!: Language;
|
||||
|
||||
@PrimaryKey({ type: 'string' })
|
||||
learningObjectVersion: string = '1';
|
||||
@PrimaryKey({ type: 'number' })
|
||||
learningObjectVersion: number = 1;
|
||||
|
||||
@PrimaryKey({ type: 'integer' })
|
||||
sequenceNumber!: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue