Update space indentation to tab

This commit is contained in:
trojanh
2020-01-21 19:42:28 +05:30
parent 0c1428471d
commit c0aacbed74
2 changed files with 56 additions and 56 deletions

View File

@@ -11,7 +11,7 @@ export class DisqusApi implements ICredentialType {
displayName: 'Access Token',
name: 'accessToken',
type: 'string' as NodePropertyTypes,
default: '',
default: '',
description: 'Visit your account details page, and grab the Access Token. See <a href="https://disqus.com/api/docs/auth/">Disqus auth</a>.'
},
];