From 3e454423a18637289820913052071094b08035a6 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 12 Oct 2019 20:14:57 -0400 Subject: [PATCH] [-] Revert "[U] Also include username when posting request" This reverts commit 6607afc898117b922afd0d5dd7465c484c332327. --- src/utils/http-utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/http-utils.ts b/src/utils/http-utils.ts index c4a7eb4..5b9f0cb 100644 --- a/src/utils/http-utils.ts +++ b/src/utils/http-utils.ts @@ -16,7 +16,6 @@ export class HttpUtils if (this.token != null) { body['token'] = this.token.token; - body['username'] = this.token.user; } // Create promise