🔧 Refactored endpoints

This commit is contained in:
2022-02-15 15:34:50 -08:00
parent 97ca06181d
commit 2909d6686b
6 changed files with 41 additions and 205 deletions

View File

@@ -9,10 +9,8 @@ import {
import { DbMixin } from "../mixins/db.mixin";
import Comic from "../models/comic.model";
import { refineQuery } from "filename-parser";
import { each, filter, flatten, isEmpty, isNull } from "lodash";
import { flatten } from "lodash";
import { eSClient } from "../models/comic.model";
import arrayToNDJSON from "array-to-ndjson";
const s = eSClient.helpers.msearch();
export default class SettingsService extends Service {