We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We're used to always having '/partners' - but when no root is specified (and it defaults to ""), you get an invalid RegEx from this guy:
""
/** @method _removeURIRoot @param {String} uri '/partners/s/foo-bar' @return {String} uri '/s/foo-bar' **/ _removeURIRoot: function (uri) { var rootRegex = new RegExp('^' + this.root); return uri.replace(rootRegex, ''); }
The text was updated successfully, but these errors were encountered:
Ah, yes, we definitely assume a prefix but should be straight forward to accommodate without.
Sorry, something went wrong.
@flahertyb were you able to work around/fix this? Would love if you were able to open a PR.
ERROR: Permission to swipely/aviator.git denied to flahertyb. fatal: Could not read from remote repository.
:(
@flahertyb oh i didn't realize. I added you as a collaborator now.
No branches or pull requests
We're used to always having '/partners' - but when no root is specified (and it defaults to
""
), you get an invalid RegEx from this guy:The text was updated successfully, but these errors were encountered: