Skip to content

Commit

Permalink
fix: adds uploadHost to appActionCallContext type (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghepting authored Sep 21, 2023
1 parent c083af2 commit a918331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/requests/typings/appAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ export type AppActionCallContext = {
appInstallationId: string
userId: string
cmaHost: string
uploadHost: string
}
}

0 comments on commit a918331

Please sign in to comment.