Skip to content

Commit

Permalink
Commit from GitHub Actions (Lint code)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 12, 2024
1 parent 8c2e399 commit ea32f49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default class Extension
c: this.helper.collectionIndex.toString(),
m: this.helper.manifestIndex.toString(),
cv: this.helper.canvasIndex.toString(),
rid: this.helper.rangeId?.toString() ?? ""
rid: this.helper.rangeId?.toString() ?? "",
});

const appUri: string = this.getAppUri();
Expand Down

0 comments on commit ea32f49

Please sign in to comment.