Skip to content

Commit

Permalink
Sept to Sep
Browse files Browse the repository at this point in the history
  • Loading branch information
suyeshs committed Sep 26, 2023
1 parent 583d4cb commit 452bd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/NseFetchStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export class NseFetchStore {
setExpiryDates(dates: string[]): void {
this.expiryDates = dates;
}
fetchData = async (userSelectedStock: string = this.symbol || 'NIFTY', firstExpiryDate: string = this.expiryDate || '28-Sept-2023') => {
fetchData = async (userSelectedStock: string = this.symbol || 'NIFTY', firstExpiryDate: string = this.expiryDate || '28-Sep-2023') => {
this.isLoading = true;

try {
Expand Down

2 comments on commit 452bd95

@vercel
Copy link

@vercel vercel bot commented on 452bd95 Sep 26, 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:

tradepodapp – ./

tradepodapp-suyeshs.vercel.app
tradepodapp.vercel.app
tradepodapp-git-master-suyeshs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 452bd95 Sep 26, 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-suyeshs.vercel.app
tradepod-git-master-suyeshs.vercel.app
tradepod.vercel.app

Please sign in to comment.