From f12acdb50bd6afae21d8d033548c012d23ec2791 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Sun, 8 Sep 2019 01:27:18 +0900 Subject: Update @typescript-eslint/* to v2.1.0 (#2878) --- js/request.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/request.ts') diff --git a/js/request.ts b/js/request.ts index f7a3cdfc1..0c77b8854 100644 --- a/js/request.ts +++ b/js/request.ts @@ -138,7 +138,7 @@ export class Request extends body.Body implements domTypes.Request { headersList.push(header); } - let body2 = this._bodySource; + const body2 = this._bodySource; const cloned = new Request(this.url, { body: body2, -- cgit v1.2.3