Merge pull request #171 from PascalTemel/master

fix missing sharp import
This commit is contained in:
Kana 2018-12-11 18:23:10 -03:00 committed by GitHub
commit bb722776c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
const path = require('path');
const config = require('../config.js');
const fs = require('fs');
const gm = require('gm');
const sharp = require('sharp');
const ffmpeg = require('fluent-ffmpeg');
const db = require('knex')(config.database);