mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 07:11:33 +00:00
Merge pull request #171 from PascalTemel/master
fix missing sharp import
This commit is contained in:
commit
bb722776c2
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user