Skip to content

Commit afcee5c

Browse files
committed
refactor: appsettings type
1 parent 71af081 commit afcee5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/store/apis/getAppSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ export const getAppSettings = async ({
1818
}),
1919
);
2020

21-
return result[0]?.appSettings ? JSON.parse(result[0]?.appSettings as string) : null;
21+
return result[0]?.appSettings ? JSON.parse(result[0].appSettings) : null;
2222
};

0 commit comments

Comments
 (0)