Fixing bug on collection deletion

Extending Admin Interface
Adding cleanup procedure, that clears undeleted collection data
This commit is contained in:
Fabian Stamm
2019-11-07 01:27:56 +01:00
parent b3932aa54d
commit 1f193fd5a1
8 changed files with 284 additions and 7 deletions

View File

@ -1,5 +1,5 @@
import { Context } from "koa";
import getTemplate from "./hb";
import { getTemplate } from "./hb";
export default function getTable(title: string, data: any[], ctx: Context) {
let table: string[][] = [];