From 0e8356e9b1acd95be5b94f0e55bba9d749a36d12 Mon Sep 17 00:00:00 2001 From: afeuerstein <32029275+afeuerstein@users.noreply.github.com> Date: Tue, 6 Apr 2021 21:32:44 +0200 Subject: remove compiled typescript code from repo --- dist/util/Constants.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 dist/util/Constants.js (limited to 'dist/util/Constants.js') diff --git a/dist/util/Constants.js b/dist/util/Constants.js deleted file mode 100644 index d65f8185..00000000 --- a/dist/util/Constants.js +++ /dev/null @@ -1,5 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.JWTOptions = void 0; -exports.JWTOptions = { algorithms: ["HS256"] }; -//# sourceMappingURL=Constants.js.map \ No newline at end of file -- cgit 1.5.1