From 219d1f8f502c1fe3c647e25600fa6919f6060e00 Mon Sep 17 00:00:00 2001 From: Keisuke Kan <9renpoto@gmail.com> Date: Mon, 24 Aug 2020 08:59:10 +0900 Subject: [PATCH] fix: remove unused (#100) * fix: remove unused * chore: update date --- .github/workflows/test.yaml | 5 +++-- CHANGELOG.md | 2 +- lib/raven.interceptor.ts | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2587e8ee..2e61de57 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 4023c449..fd1b548e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/raven.interceptor.ts b/lib/raven.interceptor.ts index ffbd73d2..6dcb3311 100644 --- a/lib/raven.interceptor.ts +++ b/lib/raven.interceptor.ts @@ -3,7 +3,6 @@ import { Injectable, NestInterceptor, CallHandler, - Inject, } from '@nestjs/common'; import { IRavenInterceptorOptions,