mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
fix: document super delete function calling
This commit is contained in:
@ -20,7 +20,7 @@ export type SuperDeleteDocumentOptions = {
|
||||
requestMetadata?: RequestMetadata;
|
||||
};
|
||||
|
||||
export const SuperDeleteDocument = async ({
|
||||
export const superDeleteDocument = async ({
|
||||
id,
|
||||
userId,
|
||||
requestMetadata,
|
||||
|
||||
Reference in New Issue
Block a user