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 d14dc1c commit a54d04aCopy full SHA for a54d04a
test/testHelpers/collections/collectionHelper.ts
@@ -66,7 +66,7 @@ export async function createCollectionViaApi(
66
): Promise<CollectionPayload> {
67
try {
68
if (parentCollectionAlias == undefined) {
69
- parentCollectionAlias = 'root'
+ parentCollectionAlias = ':root'
70
}
71
72
return await axios
0 commit comments