Oops
This commit is contained in:
parent
801eaa819b
commit
a9a811d96b
@ -16,7 +16,7 @@ import { _ } from "./i18n";
|
|||||||
|
|
||||||
const MAX_BATCH = 10000;
|
const MAX_BATCH = 10000;
|
||||||
|
|
||||||
export const API = new class API {
|
export const API = new class APIImpl {
|
||||||
async filter(arr: any, type: number) {
|
async filter(arr: any, type: number) {
|
||||||
return await (await filters()).filterItemsByType(arr, type);
|
return await (await filters()).filterItemsByType(arr, type);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user