diff --git a/backendsrc/FrontblockAdmin.ts b/backendsrc/FrontblockAdmin.ts index 6684411..2d5ac56 100644 --- a/backendsrc/FrontblockAdmin.ts +++ b/backendsrc/FrontblockAdmin.ts @@ -5,11 +5,9 @@ import { Plugin, socketioRPC } from 'frontblock-generic/Plugin'; import { ErrorResponse, SuccessResponse } from 'frontblock-generic/Types'; import express = require('express'); import http = require('http'); -import https = require('https'); import fs = require('fs'); import bsock = require('bsock'); import fetch = require("node-fetch"); -import { async } from 'q'; const kfs = require("key-file-storage").default('kfs')