Fix #3700: Ensure consistent timezone parameter passing in realtime data

This commit is contained in:
Ayush3603 2025-11-10 18:30:01 +05:30
parent 334584a01e
commit 1f5b940590

View file

@ -81,4 +81,4 @@ export async function getRealtimeData(websiteId: string, filters: QueryFilters)
},
timestamp: Date.now(),
};
}
}