Skip to content

Commit

Permalink
Ignore linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkvon committed Sep 24, 2023
1 parent 4bb1804 commit 62feee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/controllers/integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ const getWebhookChannel = async (

const dru = new URL(descriptionResourceUri as string, url).toString()
// we want to include looking into this resource, too
// TODO use this variable below
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const descriptionResource = await (await fetch(dru)).text()

return webhookChannelTriple.subject.id
Expand Down

0 comments on commit 62feee5

Please sign in to comment.