Skip to content

Commit 470aa76

Browse files
fix: align file entry signer type with sign request UUID
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 6cff80a commit 470aa76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/composables/useFileEntry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type FileEntrySigner = {
1515
displayName?: string
1616
email?: string
1717
me?: boolean
18-
sign_uuid?: string
18+
sign_request_uuid?: string
1919
}
2020

2121
export type FileEntrySource = {

0 commit comments

Comments
 (0)