Skip to content

Commit cb921a4

Browse files
committed
correct the name of the object
1 parent 88a2710 commit cb921a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1720,7 +1720,7 @@ The `'request'` and `'request-internal'` events include the [request object](#re
17201720
server.on('request', function (request, event, tags) {
17211721

17221722
if (tags.received) {
1723-
console.log('New request: ' + event.id);
1723+
console.log('New request: ' + request.id);
17241724
}
17251725
});
17261726
```

0 commit comments

Comments
 (0)