Skip to content

Commit

Permalink
remove debuger and fix coron
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajad Jalilian committed Jan 4, 2024
1 parent 394e814 commit 5ad9ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: Daily Data Update
on:
# Runs on pushes targeting the default branch
schedule:
# - cron: "0 1 * * *"
- cron: "* * * * *"
- cron: "0 1 * * *"
# - cron: "* * * * *"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
rialAtLastDate = usdAtDate * latestUsdValue;

const rounded = Math.round(rialAtLastDate * 100) / 100;
debugger
return { value: rounded, lastUsdValue: latestUsdValue, usdValueOnDate: usdOnDate }
};

Expand Down

0 comments on commit 5ad9ea9

Please sign in to comment.