Skip to content

Commit

Permalink
fix pre (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
shellshock1953 authored Feb 13, 2024
1 parent 48ac860 commit 5db4d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono_actual.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async function fetch_data() {
const actual_id = actual_card.id;

const new_data = await fetchMonoData(mono_card, startDateTimestamp, endDateTimestamp);

if (actual_id && new_data) {
result.push({
actual_card: actual_id,
Expand Down

0 comments on commit 5db4d32

Please sign in to comment.