Skip to content

Commit

Permalink
added params to bundle detail
Browse files Browse the repository at this point in the history
  • Loading branch information
mrq1911 committed Oct 28, 2019
1 parent bfda9a9 commit 33e325e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/library/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const createBundlePreview = (
};
};

export const createBundleDetail = ({ shortToken, longToken }) => {
export const createBundleDetail = ({ shortToken, longToken, daysElapsed, shortPrice, longPrice }) => {
// TODO
return {
longPositionYield: null,
Expand Down

0 comments on commit 33e325e

Please sign in to comment.