Skip to content

Commit

Permalink
Fix issue creation on GitHub tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiSG committed Jun 26, 2023
2 parents 02ae930 + d69ad96 commit 06ad2c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## Unreleased [patch]

_Full changeset and discussions: [#1013](https://github.com/OpenTermsArchive/engine/pull/1013)._

### Fixed

- Fix issue creation on GitHub tracker ([#1012](https://github.com/OpenTermsArchive/engine/issues/1012))

## 0.29.0 - 2023-06-05

Expand Down
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 06ad2c7

Please sign in to comment.