fix: clean up endpoints

This commit is contained in:
David Nguyen
2025-10-31 15:48:05 +11:00
parent 8c228f965a
commit f93d34c38e
3 changed files with 0 additions and 5 deletions

View File

@ -215,7 +215,6 @@ export const EnvelopeEditorProvider = ({
} = useEnvelopeAutosave(async (envelopeUpdates: UpdateEnvelopePayload) => {
await envelopeUpdateMutationQuery.mutateAsync({
envelopeId: envelope.id,
envelopeType: envelope.type,
data: envelopeUpdates.data,
meta: envelopeUpdates.meta,
});