Skip to content

Commit 682fa35

Browse files
committed
fix(linting): no-unused-vars
1 parent 0d4310e commit 682fa35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hosts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ hosts.sourcehut = {
199199
`https://${domain}/${user}/${project}.git${maybeJoin('#', committish)}`,
200200
tarballtemplate: ({ domain, user, project, committish }) =>
201201
`https://${domain}/${user}/${project}/archive/${maybeEncode(committish) || 'HEAD'}.tar.gz`,
202-
bugstemplate: ({ user, project }) => null,
202+
bugstemplate: () => null,
203203
extract: (url) => {
204204
let [, user, project, aux] = url.pathname.split('/', 4)
205205

0 commit comments

Comments
 (0)