diff --git a/rest/page-data.ts b/rest/page-data.ts index 84d9850..13d43e2 100644 --- a/rest/page-data.ts +++ b/rest/page-data.ts @@ -33,7 +33,7 @@ export type ImportPagesError = HTTPError; export const importPages = async ( project: string, data: ImportedData, - init: ExtendedOptions, + init?: ExtendedOptions, ): Promise< Result > => {