Skip to content

Commit

Permalink
fix: 🐛 bad logwatch call removed
Browse files Browse the repository at this point in the history
  • Loading branch information
slugb0t committed Dec 11, 2024
1 parent ddc15c7 commit 5d0e835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ export default async (app, { getRouter }) => {
repo: repository.name,
});

logwatch.success("CWL Validation rerun successfully!");
logwatch.info("CWL Validation rerun successfully!");
} catch (error) {
// Remove the command from the issue body
const issueBodyRemovedCommand = issueBody.substring(0, issueBody.indexOf(`<sub><span style="color: grey;">Last updated`));
Expand Down Expand Up @@ -1021,7 +1021,7 @@ export default async (app, { getRouter }) => {
}
});

logwatch.success("Updated the Zenodo deposition in the database!");
logwatch.info("Updated the Zenodo deposition in the database!");

await db.analytics.update({
data: {
Expand Down

0 comments on commit 5d0e835

Please sign in to comment.