mirror of
https://github.com/documenso/documenso
synced 2026-05-24 09:28:27 +00:00
stuff
This commit is contained in:
parent
54d45bbd24
commit
ee639349b6
1 changed files with 4 additions and 1 deletions
|
|
@ -1 +1,4 @@
|
|||
export const signDocument = (document: any) => {};
|
||||
export const signDocument = (documentAsBase64: string): string => {
|
||||
|
||||
return documentAsBase64;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue