refactor: Arrays
This commit is contained in:
parent
ac10518cb8
commit
e1aba11222
14 changed files with 29 additions and 23 deletions
|
@ -4,7 +4,7 @@ import { Language } from '../../../src/entities/content/language';
|
|||
import { DwengoContentType } from '../../../src/services/learning-objects/processing/content-type';
|
||||
import { ReturnValue } from '../../../src/entities/content/return-value.entity';
|
||||
|
||||
export function makeTestLearningObjects(em: EntityManager): Array<LearningObject> {
|
||||
export function makeTestLearningObjects(em: EntityManager): LearningObject[] {
|
||||
const returnValue: ReturnValue = new ReturnValue();
|
||||
returnValue.callbackSchema = '';
|
||||
returnValue.callbackUrl = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue