Skip to content

Commit a133ffd

Browse files
committed
fix: incorrect fix
1 parent e2f55e9 commit a133ffd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ const [isReadableStream, isRequest, isResponse, isHeaders] = [
257257
*
258258
* @returns {String} The String freed of excess whitespace
259259
*/
260-
const trim = (str) => {
261260
const trim = (str) => {
262261
return str.trim ? str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, '');
263262
};

0 commit comments

Comments
 (0)