📝 Added a field to the comic model

This commit is contained in:
2021-06-26 16:28:22 -07:00
parent 0ce0cc43c2
commit 3ee483dc91
6 changed files with 17295 additions and 5116 deletions

View File

@@ -12,7 +12,6 @@ import { walkFolder } from "../utils/file.utils";
import { convertXMLToJSON } from "../utils/xml.utils";
export default class ProductsService extends Service {
// @ts-ignore
public constructor(
public broker: ServiceBroker,
schema: ServiceSchema<{}> = { name: "import" }