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