fix: System Data from API fpr dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user