We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71af081 commit afcee5cCopy full SHA for afcee5c
package/src/store/apis/getAppSettings.ts
@@ -18,5 +18,5 @@ export const getAppSettings = async ({
18
}),
19
);
20
21
- return result[0]?.appSettings ? JSON.parse(result[0]?.appSettings as string) : null;
+ return result[0]?.appSettings ? JSON.parse(result[0].appSettings) : null;
22
};
0 commit comments