Skip to content

Commit

Permalink
Adding semicolon after console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mhli1260 authored Sep 4, 2024
1 parent e14b5d0 commit 8c1680d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/admin/manage/digest.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

define('admin/manage/digest', ['bootbox', 'alerts'], function (bootbox, alerts) {
const Digest = {};
console.log("Mia Li")
console.log("Mia Li");

Check failure on line 6 in public/src/admin/manage/digest.js

View workflow job for this annotation

GitHub Actions / lint-and-test / test

Strings must use singlequote
Digest.init = function () {
$('.digest').on('click', '[data-action]', function () {
const action = this.getAttribute('data-action');
Expand Down

0 comments on commit 8c1680d

Please sign in to comment.