Skip to content

Commit

Permalink
fix add eslint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nmate980829 committed Sep 7, 2020
1 parent 7181346 commit fc9daa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/ticket.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function addTicket() {
.catch((err) => displayMessage('danger', err))
}
}

// eslint-disable-next-line @typescript-eslint/no-unused-vars
function moveTicket(id) {
const formEl = document.getElementById(`ticket-form-${id}`)
const formData = new FormData(formEl)
Expand Down

0 comments on commit fc9daa4

Please sign in to comment.