Skip to content

Commit

Permalink
tl-its-umich-edu#221 - eslint pacification
Browse files Browse the repository at this point in the history
  • Loading branch information
lsloan committed Dec 18, 2021
1 parent 4ec4362 commit 32f9fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccm_web/server/src/api/api.admin.handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class AdminApiHandler {
}
logger.debug(`Sending admin request to Canvas endpoint: "${endpoint}"; method: "${method}"; body: "${JSON.stringify(body)}"`)
const response = await this.requestor.request<CanvasUser>(endpoint, method, body)
logger.debug(`Received response with status code ${response.statusCode || 'n/a'}`)
logger.debug(`Received response with status code (${String(response.statusCode)})`)
const {
id,
name,
Expand Down

0 comments on commit 32f9fe0

Please sign in to comment.