We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4356b commit df81472Copy full SHA for df81472
test/testHelpers/collections/collectionHelper.ts
@@ -62,7 +62,7 @@ export const createCollectionPayload = (): CollectionPayload => {
62
63
export async function createCollectionViaApi(
64
collectionAlias: string,
65
- parentCollectionAlias?: string
+ parentCollectionAlias: string | undefined = undefined
66
): Promise<CollectionPayload> {
67
try {
68
if (parentCollectionAlias == undefined) {
0 commit comments