misc: lint warning, 불필요 파일 정리

This commit is contained in:
2021-09-18 03:49:04 +09:00
parent 8660e8cd85
commit 3fd8b21867
7 changed files with 10 additions and 221 deletions
+4
View File
@@ -171,6 +171,7 @@ $(function ($) {
});
$('#set_my_setting').on('click', async function (e) {
e.preventDefault();
let result: InvalidResponse;
try {
@@ -186,6 +187,9 @@ $(function ($) {
})
});
result = response.data;
if(!result.result){
throw result.reason;
}
}
catch (e) {
console.log(e);