Cleanup source (#5177)

* Cleanup source

* 🙏
This commit is contained in:
Satsuki Yanagi 2019-07-17 17:13:38 +09:00 committed by Acid Chicken (硫酸鶏)
parent 9ca36021b0
commit 9a09ed6290
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,6 @@
"@fortawesome/free-solid-svg-icons": "5.9.0", "@fortawesome/free-solid-svg-icons": "5.9.0",
"@fortawesome/vue-fontawesome": "0.1.6", "@fortawesome/vue-fontawesome": "0.1.6",
"@koa/cors": "3.0.0", "@koa/cors": "3.0.0",
"@typescript-eslint/parser": "1.11.0",
"@types/bcryptjs": "2.4.2", "@types/bcryptjs": "2.4.2",
"@types/bull": "3.5.15", "@types/bull": "3.5.15",
"@types/cbor": "2.0.0", "@types/cbor": "2.0.0",
@ -99,6 +98,7 @@
"@types/webpack-stream": "3.2.10", "@types/webpack-stream": "3.2.10",
"@types/websocket": "0.0.40", "@types/websocket": "0.0.40",
"@types/ws": "6.0.1", "@types/ws": "6.0.1",
"@typescript-eslint/parser": "1.11.0",
"animejs": "3.0.1", "animejs": "3.0.1",
"apexcharts": "3.8.2", "apexcharts": "3.8.2",
"autobind-decorator": "2.4.0", "autobind-decorator": "2.4.0",

View File

@ -84,7 +84,7 @@ export default ($root: any) => {
return i; return i;
}).catch(err => { }).catch(err => {
switch(err.id) { switch (err.id) {
case 'f419f9f8-2f4d-46b1-9fb4-49d3a2fd7191': case 'f419f9f8-2f4d-46b1-9fb4-49d3a2fd7191':
$root.dialog({ $root.dialog({
type: 'error', type: 'error',

View File

@ -84,7 +84,7 @@ export default ($root: any) => {
return i; return i;
}).catch(err => { }).catch(err => {
switch(err.id) { switch (err.id) {
case '75aedb19-2afd-4e6d-87fc-67941256fa60': case '75aedb19-2afd-4e6d-87fc-67941256fa60':
$root.dialog({ $root.dialog({
type: 'error', type: 'error',