Skip to content

Commit

Permalink
docs: Add end of service notice for Line (no-changelog) (#11189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom authored Oct 14, 2024
1 parent 963ddeb commit 7c7f2fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/nodes-base/nodes/Line/Line.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ export class Line implements INodeType {
},
],
properties: [
{
displayName:
'End of service: LINE Notify will be discontinued from April 1st 2025, You can find more information <a href="https://notify-bot.line.me/closing-announce" target="_blank">here</a>',
name: 'notice',
type: 'notice',
default: '',
},
{
displayName: 'Resource',
name: 'resource',
Expand Down

0 comments on commit 7c7f2fb

Please sign in to comment.