fix: System Data from API fpr dev

This commit is contained in:
Ismail Ali
2025-04-15 10:44:42 +02:00
parent de9c6a7333
commit d033baa13a
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
// /services/fetchSystemSettingsService.ts
export const fetchSystemSettingsService = async () => {
// /services/fetchSystemService.ts
export const fetchSystemService = async () => {
try {
if (typeof window === "undefined") return null;