diff --git a/src/addn/getUserDetails.ts b/src/addn/getUserDetails.ts index e6c30d5..4f4c9da 100644 --- a/src/addn/getUserDetails.ts +++ b/src/addn/getUserDetails.ts @@ -100,7 +100,6 @@ export const _getUserDetails = async ( const getUserDetails = moize(_getUserDetails, { isPromise: true, maxAge: 1000 * 60 * 60 * 3, // three hours - updateExpire: true, isShallowEqual: true, maxArgs: 1, })