This commit is contained in:
Nils Maier 2019-08-25 23:14:54 +02:00
parent 801eaa819b
commit a9a811d96b

View File

@ -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);
}