update config

This commit is contained in:
Lachlan Kermode
2020-06-14 18:58:22 +02:00
parent 63c26bdb12
commit 8a91c6af56
13 changed files with 44 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
import fs from 'mz/fs'
import errors from '../lib/errors'
const STORAGE_DIRNAME = 'temp'
const STORAGE_DIRNAME = 'data'
function partsFromFilename (fname) {
const body = fname.slice(0, -5)