From 996878cbe3eefed32fbf87e172b98e43df355f19 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 5 Feb 2021 16:14:17 +0100 Subject: :art: rename Database -> db --- dist/Constants.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dist/Constants.js (limited to 'dist/Constants.js') diff --git a/dist/Constants.js b/dist/Constants.js new file mode 100644 index 00000000..d65f8185 --- /dev/null +++ b/dist/Constants.js @@ -0,0 +1,5 @@ +"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