Skip to content

Commit

Permalink
refactor(): add parentheses to wrap inline conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 4, 2020
1 parent 64d08da commit 9e76862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jwt.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import * as jwt from 'jsonwebtoken';
import {
JwtModuleOptions,
JwtSecretRequestType,
JwtVerifyOptions,
JwtSignOptions
JwtSignOptions,
JwtVerifyOptions
} from './interfaces/jwt-module-options.interface';
import { JWT_MODULE_OPTIONS } from './jwt.constants';

Expand Down

0 comments on commit 9e76862

Please sign in to comment.