Skip to content

Commit 3b03f84

Browse files
committed
chore: revert
1 parent bc31d5b commit 3b03f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/serverless/src/backend_connector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ function cleanupRequest(req) {
592592
req.once('error', () => {});
593593

594594
// Finally, abort the request because from our end we are no longer interested in the response and we also do
595-
// not want to let pending IO actions linger in the event loop. This will also call request.destoy and
595+
// not want to let pending IO actions linger in the event loop. This will also call request.destroy and
596596
// req.socket.destroy() internally.
597597
destroyRequest(req);
598598
}

0 commit comments

Comments
 (0)