アプリケーションが作れない問題を修正

This commit is contained in:
syuilo 2017-08-12 23:21:46 +09:00
parent a3683e39a0
commit 659271b0cc
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@
name_id: nid,
description: description,
callback_url: cb,
permission: permission.join(',')
permission: permission
}).then(() => {
location.href = '/apps';
}).catch(() => {