Skip to content

Commit

Permalink
fix: change DTO to dto
Browse files Browse the repository at this point in the history
  • Loading branch information
akaeyuhi committed Jun 18, 2023
1 parent a2958e9 commit 249e133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/repositories/recipe.repository.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { PrismaService } from '../prisma/prisma.service';
import { Injectable } from '@nestjs/common';
import { CreateRecipeDto } from '../recipes/DTO/recipe.dto';
import { CreateRecipeDto } from '../recipes/dto/recipe.dto';
import { RecipeEntity } from '../prisma/Entities/recipe.entity';

@Injectable()
Expand Down

0 comments on commit 249e133

Please sign in to comment.