fix(merge): remove leftover merge conflict markers in catalog.service.js and channelType.service.js
This commit is contained in:
@@ -4,10 +4,6 @@ import { SocketService } from '../../../shared/services/socket.service.js';
|
||||
import { AuditService } from '../../../shared/services/audit.service.js';
|
||||
import { ApiError } from '../../../utils/helpers/ApiError.utils.js';
|
||||
import { generateUniqueCode } from '../../../utils/helpers/code.utils.js';
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> origin/mahir_backend
|
||||
|
||||
export class CatalogService {
|
||||
async attachCounts(record, transaction) {
|
||||
|
||||
@@ -2,10 +2,7 @@ import repository from './channelType.repository.js';
|
||||
import { models } from '../../../shared/database/models.js';
|
||||
import { SocketService } from '../../../shared/services/socket.service.js';
|
||||
import { AuditService } from '../../../shared/services/audit.service.js';
|
||||
<<<<<<< HEAD
|
||||
import { ApiError } from '../../../utils/helpers/ApiError.utils.js';
|
||||
=======
|
||||
>>>>>>> origin/mahir_backend
|
||||
import { generateUniqueCode } from '../../../utils/helpers/code.utils.js';
|
||||
|
||||
export class ChannelTypeService {
|
||||
|
||||
Reference in New Issue
Block a user