Skip to content

Commit

Permalink
fix: change import repository folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Oct 9, 2021
1 parent 7591c36 commit 33256b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/nestjsMongoose/__name__Repository.ts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Model } from 'mongoose'
import { Injectable } from '@nestjs/common'
import { InjectModel } from '@nestjs/mongoose'
import { <%= namePascal %>, <%= namePascal %>Document } from 'app/Schemas/<%= namePascal %>'
import { MongooseRepository } from '@secjs/base/Repositories/MongooseRepository'
import { MongooseRepository } from '@secjs/base/repositories/MongooseRepository'

@Injectable()
export class <%= namePascal %>Repository extends MongooseRepository<<%= namePascal %>Document> {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-secjs",
"version": "1.2.7",
"version": "1.2.8",
"description": "🧬 Generator for any NodeJS Project or Framework",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit 33256b1

Please sign in to comment.