This commit is contained in:
2026-07-29 02:53:14 +02:00
parent 73fd2a81a4
commit 9544ba5c96
10 changed files with 1 additions and 1 deletions
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
export async function fetchPrayerTimes(cityName = "Istanbul", lat, lon) {
export async function fetchPrayerTimes(cityName = "Edremit", lat, lon) {
try {
let url;
if (lat !== undefined && lon !== undefined) {