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 ada3214 commit 0f6ec1aCopy full SHA for 0f6ec1a
src/index.ts
@@ -64,7 +64,7 @@ const gitPullerExtension: JupyterFrontEndPlugin<void> = {
64
const branch = urlParams.get('branch') || 'main';
65
const provider = urlParams.get('provider') || 'github';
66
const filePath = urlParams.get('urlpath');
67
- const uploadPath = urlParams.get('uploadpath') | '/';
+ const uploadPath = urlParams.get('uploadpath') || '/';
68
69
const basePath = PathExt.join(uploadPath, PathExt.basename(repo));
70
0 commit comments