Skip to content

Commit

Permalink
fix: remove unused (#100)
Browse files Browse the repository at this point in the history
* fix: remove unused

* chore: update date
  • Loading branch information
9renpoto authored Aug 23, 2020
1 parent 932c76d commit 219d1f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ jobs:
uses: actions/cache@v1
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.lock') }}
restore-keys: |
${{ runner.OS }}-node-
${{ runner.OS }}-
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test
- run: npm test
- name: Coverage
uses: coverallsapp/github-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [7.0.0](https://github.com/mentos1386/nest-raven/compare/v6.0.0-alpha.2...v7.0.0) (2020-08-23)
# [7.0.0](https://github.com/mentos1386/nest-raven/compare/v6.0.0-alpha.2...v7.0.0) (2020-08-24)


### Bug Fixes
Expand Down
1 change: 0 additions & 1 deletion lib/raven.interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {
Injectable,
NestInterceptor,
CallHandler,
Inject,
} from '@nestjs/common';
import {
IRavenInterceptorOptions,
Expand Down

0 comments on commit 219d1f8

Please sign in to comment.