Skip to content

Commit

Permalink
chore(upload): delete VirusScanService, not used
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Jul 28, 2020
1 parent 0aed57e commit 55b6f20
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 89 deletions.
10 changes: 0 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"express-session": "^1.17.1",
"file-saver": "^2.0.2",
"file-type": "^14.6.2",
"form-data": "^3.0.0",
"helmet": "^3.23.3",
"history": "^4.10.1",
"i18next": "^19.6.2",
Expand Down
1 change: 0 additions & 1 deletion src/server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ export const cspOnlyReportViolations =
process.env.CSP_ONLY_REPORT_VIOLATIONS === 'true'
export const cspReportUri = process.env.CSP_REPORT_URI

export const virusTotalKey: string | undefined = process.env.VIRUS_TOTAL_KEY
export const cloudmersiveKey: string | undefined = process.env.CLOUDMERSIVE_KEY

// LocalStack variables.
Expand Down
77 changes: 0 additions & 77 deletions src/server/services/VirusScanService.ts

This file was deleted.

0 comments on commit 55b6f20

Please sign in to comment.