Skip to content

Commit

Permalink
unused cache none flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Oct 31, 2024
1 parent 81ce04b commit 8476248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs_api/invalid/invalid.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from labs_api.invalid.invalid_models import MarketInvalidResponse


@db_cache(cache_none=False)
@db_cache
@observe()
def market_invalid(market_id: HexAddress) -> MarketInvalidResponse:
"""Returns market invalid for a given market on Omen."""
Expand Down

0 comments on commit 8476248

Please sign in to comment.