Skip to content

Commit

Permalink
refactor: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatpotato13 committed Jan 20, 2025
1 parent 4b7e1b2 commit f637c42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/modules/mailer/mailer.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Module } from "@nestjs/common";
import { ConfigModule } from "@nestjs/config";
import { MailerModule as NestMailerModule } from "@nestjs-modules/mailer";
import { MailerConfig } from "@src/config";
import { MailerConfigService } from "@src/config/modules/mailer/mailer.config.service.ts";
import { MailerConfigService } from "@src/config/modules/mailer/mailer.config.service";

import { MailerService } from "./mailer.service";

Expand Down

0 comments on commit f637c42

Please sign in to comment.