Skip to content

Commit

Permalink
Deepcode - Fix the bugs #521
Browse files Browse the repository at this point in the history
  • Loading branch information
marcnet90 committed Aug 22, 2019
1 parent e827b01 commit d5b6891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as bodyParser from 'body-parser';
import * as dotenv from 'dotenv';
import * as express from 'express';
import * as xss from 'xss';
import { filterXSS } from 'xss'
import configs from './api/configs';
import deliveryReports from './api/deliveryReports';

Expand Down

0 comments on commit d5b6891

Please sign in to comment.