From a9a811d96bedcfd8cfe9b715f22b60c35a9c23be Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Sun, 25 Aug 2019 23:14:54 +0200 Subject: [PATCH] Oops --- lib/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api.ts b/lib/api.ts index 47e1506..187282a 100644 --- a/lib/api.ts +++ b/lib/api.ts @@ -16,7 +16,7 @@ import { _ } from "./i18n"; const MAX_BATCH = 10000; -export const API = new class API { +export const API = new class APIImpl { async filter(arr: any, type: number) { return await (await filters()).filterItemsByType(arr, type); }