Remove unnecessary spaces

This commit is contained in:
syuilo 2017-02-19 07:15:18 +09:00
parent 4fccfbd805
commit 16e161fe9f
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ module.exports = (I, cb, file = null) => {
name: 'アイコン'
}).then(iconFolder => {
if (iconFolder.length === 0) {
api(I, 'drive/folders/create', {
api(I, 'drive/folders/create', {
name: 'アイコン'
}).then(iconFolder => {
uplaod(data, iconFolder);

View file

@ -19,7 +19,7 @@ module.exports = (I, cb, file = null) => {
name: 'バナー'
}).then(iconFolder => {
if (iconFolder.length === 0) {
api(I, 'drive/folders/create', {
api(I, 'drive/folders/create', {
name: 'バナー'
}).then(iconFolder => {
uplaod(data, iconFolder);