Skip to content

Commit

Permalink
fix: fix post medium script error (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoning authored Feb 7, 2025
1 parent 1d9fe0d commit 7feea81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postMedium.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const readMdFiles = async (pathList = []) => {
}

if (failure.length > 0) {
const feishuMsg: IFeishuMsgType = {
const feishuMsg = {
msg_type: 'post',
content: {
post: {
Expand Down

0 comments on commit 7feea81

Please sign in to comment.