Skip to content
Snippets Groups Projects
Commit 245e8319 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

tests: fix lint

parent 255ec877
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ module.exports = { ...@@ -9,7 +9,6 @@ module.exports = {
}; };
async function getTags(endpoint, versionScheme, repository) { async function getTags(endpoint, versionScheme, repository) {
const { isVersion } = versioning.get(versionScheme);
let url = endpoint let url = endpoint
? endpoint.replace(/\/?$/, '/') ? endpoint.replace(/\/?$/, '/')
: 'https://api.github.com/'; : 'https://api.github.com/';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment