mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Fix naming of Hubspot Developer Credentials
This commit is contained in:
parent
ea353bbd58
commit
899ca1a0a8
|
@ -5,7 +5,7 @@ import {
|
||||||
|
|
||||||
export class HubspotDeveloperApi implements ICredentialType {
|
export class HubspotDeveloperApi implements ICredentialType {
|
||||||
name = 'hubspotDeveloperApi';
|
name = 'hubspotDeveloperApi';
|
||||||
displayName = 'Hubspot API';
|
displayName = 'Hubspot Developer API';
|
||||||
documentationUrl = 'hubspot';
|
documentationUrl = 'hubspot';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue