Skip to content

Commit

Permalink
MEX-504: remove caching for user outdated contracts
Browse files Browse the repository at this point in the history
Signed-off-by: Claudiu Lataretu <[email protected]>
  • Loading branch information
claudiulataretu committed Aug 20, 2024
1 parent 5ed6311 commit 9ba86f4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ export class UserEnergyComputeService {
);
}

@GetOrSetCache({
baseKey: 'userEnergy',
remoteTtl: Constants.oneMinute() * 10,
})
async outdatedContract(
userAddress: string,
contractAddress: string,
Expand Down

0 comments on commit 9ba86f4

Please sign in to comment.