Skip to content

Commit

Permalink
fix: avail missing types (#2670)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuul-wq authored Nov 18, 2024
1 parent c450dc1 commit becca8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/renderer/shared/config/extensions/avail/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export const AVAIL_PROVIDER = {
};

export const AVAIL_TXWRAPPER = {
additionalTypes: {
AppId: types['AppId'],
},
additionalTypes: types,
userExtensions: signedExtensions,
};

0 comments on commit becca8b

Please sign in to comment.