fix: init indexer no matter what

This commit is contained in:
thecodrr
2020-11-24 12:56:03 +05:00
parent 141451a783
commit d7889cc3ff
2 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
import Hashes from "jshashes";
import { sendCheckUserStatusEvent } from "../common.js";
const md5 = new Hashes.MD5();
const invalidKeys = ["user", "t", "lastBackupTime"];