Skip to content

Commit

Permalink
fix: 🐛 trim correction section from rerun cwl validation
Browse files Browse the repository at this point in the history
  • Loading branch information
slugb0t committed Sep 3, 2024
1 parent 6a7180f commit 89210aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ export default async (app, { getRouter }) => {
// Remove the section from the issue body starting from ## CWL Validations
const slicedBody = issueBody.substring(
0,
issueBody.indexOf("## CWL Validations"),
issueBody.indexOf("## Language Specific Standards"),
);

const cwlObject = {
Expand Down

0 comments on commit 89210aa

Please sign in to comment.