Skip to content

Commit

Permalink
chore: correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendakh committed Nov 17, 2023
1 parent a7a5f26 commit 6020da3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
7 changes: 6 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
"@algoan/nestjs-google-pubsub-microservice": "file:packages/google-pubsub-microservice",
"@algoan/nestjs-http-exception-filter": "file:packages/http-exception-filter",
"@algoan/nestjs-logging-interceptor": "file:packages/logging-interceptor",
"@algoan/nestjs-pagination": "file:packages/pagination",
"flatted": "^3.2.9"
"@algoan/nestjs-pagination": "file:packages/pagination"
}
}
3 changes: 3 additions & 0 deletions packages/logging-interceptor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
"@nestjs/core": ">=5",
"express": ">=4",
"rxjs": ">=6"
},
"dependencies": {
"flatted": "^3.2.9"
}
}
1 change: 0 additions & 1 deletion packages/logging-interceptor/src/logging.interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
import { Request, Response } from 'express';
import { Observable } from 'rxjs';
import { tap } from 'rxjs/operators';
// eslint-disable-next-line import/no-extraneous-dependencies
import { parse, stringify } from 'flatted';
import { LogOptions, METHOD_LOG_METADATA } from './log.decorator';

Expand Down

0 comments on commit 6020da3

Please sign in to comment.