fix: document super delete function calling

This commit is contained in:
Rohit Saluja
2024-03-26 20:42:33 +05:30
parent 5b4152ffc5
commit 26141050b7
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ export type SuperDeleteDocumentOptions = {
requestMetadata?: RequestMetadata;
};
export const SuperDeleteDocument = async ({
export const superDeleteDocument = async ({
id,
userId,
requestMetadata,