File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export const statistics = (configuration, http) => {
1111 return Promise . reject ( new BitmovinError ( 'Not all required params given.' ) )
1212 }
1313
14- const playerStatisticsBaseUrl = urljoin ( configuration . apiBaseUrl , '/analytics/statistics/impressions' ) ;
14+ const analyticsStatisticsBaseUrl = urljoin ( configuration . apiBaseUrl , '/analytics/statistics/impressions' ) ;
1515
1616 const getParams = utils . buildGetParamString ( {
1717 licenseKeyId,
@@ -22,7 +22,7 @@ export const statistics = (configuration, http) => {
2222 limit
2323 } ) ;
2424
25- const url = urljoin ( playerStatisticsBaseUrl , getParams ) ;
25+ const url = urljoin ( analyticsStatisticsBaseUrl , getParams ) ;
2626 return get ( configuration , url ) ;
2727 }
2828 } ;
You can’t perform that action at this time.
0 commit comments