Skip to content

Commit

Permalink
feat(handle-pragma-devnet):
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Oct 9, 2024
1 parent b1cc81c commit ed5a3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pragma/pragma-devnet/devnet-script-dispatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function getFeedSize(assetClass, feedType) {
throw new Error(`Unknown feed type: ${feedType}`);
}
default:
throw new Error(`Unknown asset class: ${feedType}`);
throw new Error(`Unknown asset class: ${assetClass}`);
}
}

Expand Down

0 comments on commit ed5a3d5

Please sign in to comment.