Detect theme on first run

This commit is contained in:
Isaac 2022-09-06 00:07:12 +01:00
parent b1965909e6
commit 3c8ba79b87
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -1,5 +1,5 @@
const Cryptr = require('cryptr');
const cryptr = new Cryptr(process.env.ENCRYPTION_KEY);
// const cryptr = new Cryptr(process.env.ENCRYPTION_KEY);
module.exports = class TicketArchiver {
constructor(client) {