Skip to content

Commit

Permalink
Remove duplicate tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjort committed Feb 23, 2023
1 parent 623a842 commit 3f6c4f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/common/src/types/rejectReason.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ export type AccountAddressRejectReasonTag =
export type StringRejectReasonTag =
| ModuleRefRejectReasonTag
| AccountAddressRejectReasonTag
| RejectReasonTag.NonExistentCredentialID
| RejectReasonTag.DuplicateAggregationKey;

export interface StringRejectReason {
Expand Down

0 comments on commit 3f6c4f1

Please sign in to comment.