Skip to content

Commit

Permalink
Weapon - Ammo assigment - ESLint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sasquach45932 committed Apr 8, 2024
1 parent 5f8d26c commit 642e489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/module/utils/handlebars-helpers.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* global fromUuidSync */
import {capitalize, enrichHTMLUnrolled, i18n} from "./utils";
import {handlebarsBuildEditor} from "./editor";

Expand Down Expand Up @@ -420,4 +421,4 @@ function _buildAmmoDropdownItem(groupName, checkedKey, weapon) {
</div>`
return new Handlebars.SafeString(html)
}
}
}

0 comments on commit 642e489

Please sign in to comment.