Skip to content

Commit

Permalink
fix: fixed xss types
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidZORO committed Jul 28, 2020
1 parent 8b4f31d commit daa5f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/leaa-api/src/modules/v1/auth/auth.service.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import xss from 'xss';
import * as xss from 'xss';
import bcryptjs from 'bcryptjs';
import validator from 'validator';
import { JwtService } from '@nestjs/jwt';
Expand Down

0 comments on commit daa5f32

Please sign in to comment.