feat: auth-headers in team collection

This commit is contained in:
nivedin
2023-12-07 22:47:50 +05:30
committed by Andrew Bastin
parent 574d800a12
commit 951cff9f30
13 changed files with 362 additions and 77 deletions

View File

@@ -63,7 +63,7 @@ export function navigateToFolderWithIndexPath(
return target !== undefined ? target : null
}
export function cascaseParentCollectionForHeaderAuth(
export function cascadeParentCollectionForHeaderAuth(
folderPath: string | undefined,
type: "rest" | "graphql"
) {