Fix code style issues with ESLint

This commit is contained in:
Lint Action 2022-05-09 09:10:08 +00:00
parent 2e42b08519
commit 4f72654f50
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
"use strict"; "use strict";
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
$(document).ready(() => { $(document).ready(() => {
const show_allocate_form = $("#allocateModal").data("show-action-form"); const show_allocate_form = $("#allocateModal").data("show-action-form");