Skip to content

Commit

Permalink
chore(lib): add missing use strict directive (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Oct 18, 2023
1 parent d7fc6e4 commit b5d9f1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

function filterPseudoHeaders (headers) {
const dest = {}
const headersKeys = Object.keys(headers)
Expand Down

0 comments on commit b5d9f1c

Please sign in to comment.