Skip to content

Commit

Permalink
duplicate declaration of randomOracle (metaplex-foundation#1158)
Browse files Browse the repository at this point in the history
The duplicate declaration of  `randomOracle: StringPublicKey;` is causing issues with yarn build
  • Loading branch information
MarkSackerberg authored Dec 8, 2021
1 parent b18aab1 commit 82413d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/packages/web/src/views/pack/transactions/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export interface RequestCardParams {
tokenAccount: StringPublicKey;
packVoucher: StringPublicKey;
wallet: WalletContextState;
randomOracle: StringPublicKey;
}

export interface RequestCardsParams {
Expand Down

0 comments on commit 82413d0

Please sign in to comment.