Skip to content

Commit

Permalink
fix🐛: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
isboyjc committed Aug 1, 2024
1 parent 96e40cc commit a67e89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/save.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function saveToJSON (data, since = 'daily', language = 'all') {
templateContent = templateContent.replace(new RegExp(key, 'g'), value);
}
let templateJson = JSON.parse(templateContent);
console.log(templateJson)
// console.log(templateJson)

templateJson.data = data

Expand Down

0 comments on commit a67e89d

Please sign in to comment.