Skip to content

Commit

Permalink
Fix function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed Jun 26, 2023
1 parent 02ae930 commit 8eb83c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default class Tracker {
return this.onVersionRecorded(serviceId, type);
}

async onInaccessibleContent(error, serviceId, type, terms) {
async onInaccessibleContent(error, terms) {
const { title, body } = Tracker.formatIssueTitleAndBody({ message: error.toString(), repository: this.repository, terms });

await this.createIssueIfNotExists({
Expand Down

0 comments on commit 8eb83c7

Please sign in to comment.