diff --git a/app/mobile/src/context/useTestStoreContext.hook.js b/app/mobile/src/context/useTestStoreContext.hook.js index 09c57fae..4213d62f 100644 --- a/app/mobile/src/context/useTestStoreContext.hook.js +++ b/app/mobile/src/context/useTestStoreContext.hook.js @@ -39,8 +39,8 @@ export function useTestStoreContext() { }, setFirstRun: async () => { }, - getAppValue: async (guid, key, unset) => { - return unset; + getAppValue: async (guid, key) => { + return {}; }, setAppValue: async (guid, key, value) => { },