mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
🐛 Fix typo
This commit is contained in:
parent
b36622e154
commit
9f8b11d4b5
|
@ -21,7 +21,7 @@ import {
|
|||
export class StravaTrigger implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Strava Trigger',
|
||||
name: 'stravTrigger',
|
||||
name: 'stravaTrigger',
|
||||
icon: 'file:strava.svg',
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
|
|
Loading…
Reference in a new issue