Skip to content

Commit

Permalink
move multer type to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Oct 6, 2024
1 parent 3555eaf commit fb2f8bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"rxjs": "^7.8.1",
"typeorm": "catalog:",
"xlsx": "^0.18.5",
"zod": "catalog:"
"zod": "catalog:",
"@types/multer": "^1.4.12"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from '@api/modules/notifications/email/email-service.interface';
import { ConfigService } from '@nestjs/config';
import { EventBus } from '@nestjs/cqrs';
import { EmailFailedEvent } from '@api/modules/events/api-events/email-failed.event';
import { EmailFailedEvent } from '@api/modules/api-events/email-failed.event';

@Injectable()
export class NodemailerEmailService implements IEmailServiceInterface {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fb2f8bd

Please sign in to comment.