mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
add semicolon
This commit is contained in:
@@ -397,7 +397,7 @@ const echoPlugin = (request: request.SuperAgentRequest) => {
|
||||
req.url = '' + req.url;
|
||||
req.cookies = '' + req.cookies;
|
||||
if (req.method) {
|
||||
req.url = '/echo'
|
||||
req.url = '/echo';
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user