Skip to content

Commit

Permalink
fix: fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
khawarizmus authored and doug-martin committed Jul 10, 2021
1 parent c9e4875 commit 28800dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/persistence/services.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ import { TodoItemResolver } from './todo-item.resolver';

@Module({
providers: [TodoItemResolver],
imports: [NestjsQuerySequelizeModule.forFeature([TodoItemEntity])],
imports: [NestjsQueryTypegooseModule.forFeature([TodoItemEntity])],
})
export class TodoItemModule {}
```
Expand Down

0 comments on commit 28800dc

Please sign in to comment.