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 6bb2de5 commit 69387eeCopy full SHA for 69387ee
src/index.js
@@ -61,7 +61,6 @@ class LegacyUrls {
61
62
class Urls {
63
constructor(rootUrl) {
64
- assert(rootUrl, 'no rootUrl provided');
65
this.rootUrl = cleanRoot(rootUrl);
66
}
67
0 commit comments