Skip to content

Commit

Permalink
Add missing type to WorkerResponseInner (#4527)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Oct 8, 2023
1 parent 5eb66f0 commit 6f6fc21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/openchat-shared/src/domain/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,7 @@ export type WorkerResponseInner =
| TipMessageResponse
| NamedAccount[]
| SaveCryptoAccountResponse
| SubmitProposalResponse
| Record<string, bigint>;

export type WorkerResponse = Response<WorkerResponseInner>;
Expand Down

0 comments on commit 6f6fc21

Please sign in to comment.