Skip to content

Commit d869486

Browse files
committed
fixup move
1 parent 066e00c commit d869486

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/utils/src/requestdata.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ function extractUserData(
199199
}
200200

201201
/**
202-
* Normalizes data from the request object, accounting for framework differences.
202+
* Normalize data from the request object, accounting for framework differences.
203203
*
204204
* @param req The request object from which to extract data
205205
* @param options.include An optional array of keys to include in the normalized data. Defaults to
@@ -241,7 +241,6 @@ export function extractRequestData(
241241
const originalUrl = req.originalUrl || req.url || '';
242242
// absolute url
243243
const absoluteUrl = `${protocol}://${host}${originalUrl}`;
244-
245244
include.forEach(key => {
246245
switch (key) {
247246
case 'headers': {

0 commit comments

Comments
 (0)