From ea346fe0cb13605aa1e5f4b5da587f31305e09de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=BCbleitner?= Date: Mon, 29 Jul 2019 00:30:57 +0200 Subject: [PATCH] removed some unused imports --- backendsrc/FrontblockAdmin.ts | 2 -- 1 file changed, 2 deletions(-) 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')