@@ -6,7 +6,7 @@ function generateRegularUrl(hubUrl, urlPath, repoUrl, branch, compressed, conten
6
6
7
7
url . searchParams . set ( 'repo' , repoUrl ) ;
8
8
if ( compressed ) {
9
- url . searchParams . set ( 'content_provider ' , contentProvider ) ;
9
+ url . searchParams . set ( 'contentProvider ' , contentProvider ) ;
10
10
}
11
11
if ( urlPath ) {
12
12
url . searchParams . set ( 'urlpath' , urlPath ) ;
@@ -34,7 +34,7 @@ function generateCanvasUrl(hubUrl, urlPath, repoUrl, branch, compressed, content
34
34
35
35
nextUrlParams . append ( 'repo' , repoUrl ) ;
36
36
if ( compressed ) {
37
- nextUrlParams . append ( 'content_provider ' , contentProvider ) ;
37
+ nextUrlParams . append ( 'contentProvider ' , contentProvider ) ;
38
38
}
39
39
if ( urlPath ) {
40
40
nextUrlParams . append ( 'urlpath' , urlPath ) ;
@@ -67,7 +67,7 @@ function generateBinderUrl(hubUrl, userName, envRepoName, envGitBranch, urlPath,
67
67
nextUrlParams . append ( 'repo' , contentGitRepoUrl ) ;
68
68
69
69
if ( compressed ) {
70
- nextUrlParams . append ( 'content_provider ' , contentProvider ) ;
70
+ nextUrlParams . append ( 'contentProvider ' , contentProvider ) ;
71
71
}
72
72
if ( urlPath ) {
73
73
nextUrlParams . append ( 'urlpath' , urlPath ) ;
0 commit comments