diff --git a/src/store/ofac.ts b/src/store/ofac.ts index 125969ff5b..0982ce5c9d 100644 --- a/src/store/ofac.ts +++ b/src/store/ofac.ts @@ -62,6 +62,7 @@ export const ofacApi = createApi({ return { error: { status: 'CUSTOM_ERROR', data: (error as Error).message } } } }, + keepUnusedDataFor: 24 * 60 * 60, // 24 hours }), }), })