refactor(nestjs): attachments module

This commit is contained in:
Ahmed Bouhuolia
2025-04-06 21:13:46 +02:00
parent 1ed77dd5ed
commit 842a862b87
41 changed files with 918 additions and 859 deletions

View File

@@ -1,4 +1,4 @@
import { ServiceError } from '@/exceptions';
import { ServiceError } from '../Items/ServiceError';
import { ERRORS } from './constants';
export const validateLinkModelExists = (LinkModel) => {