Skip to content

Commit

Permalink
fix: Remove options import decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Oct 9, 2021
1 parent d7a7ae8 commit 7591c36
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion app/templates/nestjsMongoose/__name__Service.ts.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Inject, Injectable } from '@nestjs/common'
import { Options } from '@secjs/base/decorators/Options'
import { BaseService } from '@secjs/base/services/BaseService'
import { <%= namePascal %>Resource } from 'app/Resources/<%= namePascal %>Resource'
import { <%= namePascal %>Repository } from 'app/Repositories/<%= namePascal %>Repository'
Expand Down
1 change: 0 additions & 1 deletion app/templates/nestjsPrismaOrm/__name__Service.ts.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Inject, Injectable } from '@nestjs/common'
import { Options } from '@secjs/base/decorators/Options'
import { BaseService } from '@secjs/base/services/BaseService'
import { <%= namePascal %>Resource } from 'app/Resources/<%= namePascal %>Resource'
import { <%= namePascal %>Repository } from 'app/Repositories/<%= namePascal %>Repository'
Expand Down
1 change: 0 additions & 1 deletion app/templates/nestjsTypeOrm/__name__Service.ts.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Inject, Injectable } from '@nestjs/common'
import { Options } from '@secjs/base/decorators/Options'
import { BaseService } from '@secjs/base/services/BaseService'
import { <%= namePascal %>Resource } from 'app/Resources/<%= namePascal %>Resource'
import { <%= namePascal %>Repository } from 'app/Repositories/<%= namePascal %>Repository'
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.6",
"version": "1.2.7",
"description": "🧬 Generator for any NodeJS Project or Framework",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit 7591c36

Please sign in to comment.