From 031a3356f65a8f009e774bd112daf27552e28a68 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 18 Jun 2018 14:19:52 -0700 Subject: [PATCH] add semicolon --- types/superagent/superagent-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/superagent/superagent-tests.ts b/types/superagent/superagent-tests.ts index b2e00c6698..0c4b51f31e 100644 --- a/types/superagent/superagent-tests.ts +++ b/types/superagent/superagent-tests.ts @@ -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'; } };