Skip to content

Commit 5c24f7c

Browse files
committed
Make transcripts more specific
1 parent 955b489 commit 5c24f7c

File tree

1 file changed

+1
-1
lines changed
  • transcripts/share-apis/code-browse

1 file changed

+1
-1
lines changed

transcripts/share-apis/code-browse/run.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ fetch "$transcripts_user" GET codebase-definition-by-hash-constructor "/users/tr
1919
fetch "$transcripts_user" GET codebase-find "/users/transcripts/projects/code-browse/branches/main/find?query=oranges.tw"
2020
fetch "$transcripts_user" GET codebase-namespace-by-name "/users/transcripts/projects/code-browse/branches/main/namespaces/by-name/names"
2121
fetch "$transcripts_user" GET codebase-namespace-by-name-root "/users/transcripts/projects/code-browse/branches/main/namespaces/by-name/"
22-
fetch "$transcripts_user" GET search "/search?query=te"
22+
fetch "$transcripts_user" GET search "/search?query=tes"
2323
fetch "$transcripts_user" GET account "/account"
2424
fetch "$transcripts_user" GET user-info "/user-info"

0 commit comments

Comments
 (0)