Skip to content

Commit df81472

Browse files
committed
Changed: method parameter definition in helper class
1 parent cd4356b commit df81472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testHelpers/collections/collectionHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const createCollectionPayload = (): CollectionPayload => {
6262

6363
export async function createCollectionViaApi(
6464
collectionAlias: string,
65-
parentCollectionAlias?: string
65+
parentCollectionAlias: string | undefined = undefined
6666
): Promise<CollectionPayload> {
6767
try {
6868
if (parentCollectionAlias == undefined) {

0 commit comments

Comments
 (0)