feat: GraphQL mutations for folder, group, tag, user

This commit is contained in:
NGPixel
2017-08-13 20:33:06 -04:00
parent 1405b822f4
commit 840eb7e705
9 changed files with 163 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ const fs = Promise.promisifyAll(require('fs-extra'))
const moment = require('moment')
const path = require('path')
module.exports = (job, done) => {
module.exports = (job) => {
return fs.readdirAsync(wiki.UPLTEMPPATH).then((ls) => {
let fifteenAgo = moment().subtract(15, 'minutes')