mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -50,15 +50,15 @@ export class OAuth1Api implements ICredentialType {
|
||||
options: [
|
||||
{
|
||||
name: 'HMAC-SHA1',
|
||||
value: 'HMAC-SHA1'
|
||||
value: 'HMAC-SHA1',
|
||||
},
|
||||
{
|
||||
name: 'HMAC-SHA256',
|
||||
value: 'HMAC-SHA256'
|
||||
value: 'HMAC-SHA256',
|
||||
},
|
||||
{
|
||||
name: 'HMAC-SHA512',
|
||||
value: 'HMAC-SHA512'
|
||||
value: 'HMAC-SHA512',
|
||||
},
|
||||
],
|
||||
default: '',
|
||||
|
||||
Reference in New Issue
Block a user