Skip to content

Commit 77cd59d

Browse files
chore: remove redundant code
1 parent 1416141 commit 77cd59d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

libs/api-gateway/restful/restful.module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { RestfulOption } from './types/restful-option.type';
1212
@Module({})
1313
export class RestfulModule {
1414
static forRoot(option: RestfulOption): DynamicModule {
15-
console.log(option.isEnableDocument);
1615
return {
1716
module: RestfulModule,
1817
imports: [HttpModule],

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hodfords/nestjs-api-gateway",
3-
"version": "10.1.0",
3+
"version": "10.1.1",
44
"description": "The API Gateway houses the source code and documentation for the API Gateway - a powerful and versatile solution for managing and deploying APIs within a distributed and microservices-oriented architecture.",
55
"author": "",
66
"private": false,

0 commit comments

Comments
 (0)