Skip to content

Commit

Permalink
Remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajad Jalilian committed Jan 8, 2024
1 parent 0f14178 commit b77626b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
function fetchData() {
debugger
return fetch('https://cdn.jsdelivr.net/gh/SamadiPour/rial-exchange-rates-archive@data/jalali_all.min.json')
.then(response => response.json())
.then(data => {
Expand Down

0 comments on commit b77626b

Please sign in to comment.