Skip to content

Commit

Permalink
PP-11681 Fix linting error. Remove unused 'const status'.
Browse files Browse the repository at this point in the history
  • Loading branch information
JFSGDS committed Feb 28, 2024
1 parent 3882508 commit d7e3449
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/services/clients/webhooks.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ async function attempts (messageId, webhookId, options = {}) {
async function messages (id, options = {}) {
const url = urlJoin(defaultRequestOptions.baseUrl,'/v1/webhook', id, 'message')
this.client = new Client(defaultRequestOptions.service)
const status = options.status
const fullUrl = `${url}?page=${options.page}`
configureClient(this.client, fullUrl)
const response = await this.client.get(fullUrl, 'List messages for webhook')
Expand Down

0 comments on commit d7e3449

Please sign in to comment.