Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sabhas committed Sep 21, 2022
1 parent d93470d commit 6f5566d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/controllers/stp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const execute = async (
)

if (result instanceof Buffer) {
; (req as any).sasHeaders = httpHeaders
;(req as any).sasHeaders = httpHeaders
}

return result
Expand Down

0 comments on commit 6f5566d

Please sign in to comment.