Skip to content

Commit

Permalink
fixed name in INodeTypeDescription description
Browse files Browse the repository at this point in the history
  • Loading branch information
René Müller committed Oct 3, 2022
1 parent 8aef7e6 commit e3797b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/iCalendarParser/iCalendarParser.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {CalendarComponent, VEvent} from '../../types/ical';
export class ICalendarParser implements INodeType {
description: INodeTypeDescription = {
displayName: 'iCalendar Parser',
name: 'iCalendarParser',
name: 'ICalendarParser',
group: ['transform'],
version: 1,
description: 'Parse iCalendar File',
Expand Down

0 comments on commit e3797b3

Please sign in to comment.