🔧 Fixed names of services

This commit is contained in:
2021-08-28 14:09:15 -07:00
parent 7e4d4a2157
commit 5c0f4b8c43
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import {
import {
resizeImage,
} from "../utils/imagetransformation.utils";
export default class ProductsService extends Service {
export default class ImageTransformation extends Service {
// @ts-ignore
public constructor(
public broker: ServiceBroker,

View File

@@ -14,7 +14,7 @@ import { convertXMLToJSON } from "../utils/xml.utils";
import https from "https";
const ObjectId = require("mongoose").Types.ObjectId;
export default class ProductsService extends Service {
export default class ImportService extends Service {
public constructor(
public broker: ServiceBroker,
schema: ServiceSchema<{}> = { name: "import" }