Skip to content

Commit

Permalink
chore(core): make up for missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipraty committed Nov 7, 2023
1 parent 31f1719 commit 97444d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,6 @@ export function apply(ctx: Context, config: Config) {
}
}

return output.length === 1 ? output[0] : `<message forward>${output.join('\n')}</message>`
return output.length === 1 ? output[0] : <message forward>{output.join('\n')}</message>
})
}

0 comments on commit 97444d5

Please sign in to comment.