Skip to content

Commit

Permalink
missing require added
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba committed Feb 25, 2024
1 parent b148525 commit 69e4102
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/withStreamingServer/destroyHLSConverter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
var url = require('url');

function destroyHLSConverter(streamingServerURL, id) {
return fetch(url.resolve(streamingServerURL, '/hlsv2/' + encodeURIComponent(id) + '/destroy'));
}
Expand Down

0 comments on commit 69e4102

Please sign in to comment.