Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Oct 20, 2023
1 parent 6cb7f29 commit 064faf8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions service/cachemdw/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ func IsCacheable(
if req.Method == "" {
return false
}

if decode.MethodRequiresNoHistory(req.Method) {
return true
}


if decode.MethodHasBlockHashParam(req.Method) {
return true
}
Expand Down

0 comments on commit 064faf8

Please sign in to comment.