Skip to content

Commit

Permalink
Merge branch 'release/3.0.0' into main-6-6
Browse files Browse the repository at this point in the history
  • Loading branch information
hipaybot committed Nov 26, 2024
2 parents 8f95fd6 + 92cbf68 commit c5af025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slack-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
});
});
} else {
delete payload.blocks[2];
delete payload.blocks[1];
payload.blocks.splice(2, 1);
payload.blocks.splice(1, 1);
}
console.log("payload", payload);
Expand Down

0 comments on commit c5af025

Please sign in to comment.