Skip to content

Commit

Permalink
master commit
Browse files Browse the repository at this point in the history
  • Loading branch information
suyeshs committed Oct 6, 2023
1 parent 430828a commit 87e5f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/BreezeStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export class BreezeFetchStore {
this.isLoading = true;

try {
const response = await axios.get(`http://127.0.0.1:8000/api/option-chain-breeze/?symbol=NIFTY&expiry_date=05-Oct-2023`);
const response = await axios.get(`http://127.0.0.1:8000/api/option-chain-breeze/?symbol=NIFTY&expiry_date=`);
const data = response.data as BreezeApiResponse;

if (data && data.nse_options_data) {
Expand Down

1 comment on commit 87e5f78

@vercel
Copy link

@vercel vercel bot commented on 87e5f78 Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tradepod – ./

tradepod.vercel.app
tradepod-suyeshs.vercel.app
tradepod-git-master-suyeshs.vercel.app

Please sign in to comment.