This commit is contained in:
syuilo
2018-04-26 14:44:23 +09:00
parent 03d09e9d24
commit f7c02819be
4 changed files with 2 additions and 3 deletions

View File

@ -95,7 +95,7 @@ export default (os: OS) => {
multiple: false,
title: '%fa:image%バナーにする画像を選択'
});
return selectedFile
.then(cropImage)
.then(setBanner)

View File

@ -38,4 +38,3 @@ export async function deleteSwSubscription(swSubscription: string | mongo.Object
_id: s._id
});
}