We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67b4ad commit a13e574Copy full SHA for a13e574
filebrowser.js
@@ -93,7 +93,7 @@ async function renderSidebarHTML() {
93
94
// get repo obj from git
95
// and save to local storage
96
- fetchRepoAndSaveToLS(treeLoc);
+ fetchRepoAndSaveToLS(treeLoc, (user + '/' + repoName));
97
98
}
99
0 commit comments