🔧 Fixed names of services
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user