Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Sep 1, 2024
1 parent d7fa2e3 commit 0f2f650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions olah/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ async def tree_proxy_common(
repo_type=repo_type,
org=org,
repo=repo,
commit_sha=commit_sha,
commit=commit_sha,
path=path,
recursive=recursive,
override_cache=True,
Expand All @@ -311,7 +311,7 @@ async def tree_proxy_common(
repo_type=repo_type,
org=org,
repo=repo,
commit_sha=commit_sha,
commit=commit_sha,
path=path,
recursive=recursive,
override_cache=False,
Expand Down

0 comments on commit 0f2f650

Please sign in to comment.