Skip to content

Commit

Permalink
Resolving merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mhli1260 authored Sep 5, 2024
1 parent 2172ee9 commit 65d3fc7
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 @@ -2,7 +2,7 @@

define('admin/manage/digest', ['bootbox', 'alerts'], function (bootbox, alerts) {
const Digest = {};
console.log("Mia Li")
console.log('Mia Li');
function interval_resend(action) {
const interval = action.slice(7);
bootbox.confirm('[[admin/manage/digest:resend-all-confirm]]', function (ok) {
Expand Down

0 comments on commit 65d3fc7

Please sign in to comment.