Skip to content

Commit baac8e1

Browse files
committed
docs: corrected imported service filenames
Updated imports to reflect the singular names created above.
1 parent 894e698 commit baac8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/recipes/prisma.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ import {
434434
Put,
435435
Delete,
436436
} from '@nestjs/common';
437-
import { UsersService } from './users.service';
438-
import { PostsService } from './posts.service';
437+
import { UsersService } from './user.service';
438+
import { PostsService } from './post.service';
439439
import { User as UserModel, Post as PostModel } from '@prisma/client';
440440

441441
@Controller()

0 commit comments

Comments
 (0)