Skip to content

Commit

Permalink
fix: Fix issue with nap ledger
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Nov 26, 2024
1 parent 14f24fa commit 435596e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genshin/client/components/chronicle/zzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async def _request_zzz_record(
params=params,
data=data,
cache=cache_key,
custom_route=routes.NAP_LEDGER_URL,
custom_route=routes.NAP_LEDGER_URL if is_nap_ledger else None,
)

@typing.overload
Expand Down

0 comments on commit 435596e

Please sign in to comment.