mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
🎨 fix format
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
import {
|
||||
ICredentialType,
|
||||
NodePropertyTypes,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import { ICredentialType, NodePropertyTypes } from 'n8n-workflow';
|
||||
|
||||
export class QuestDB implements ICredentialType {
|
||||
name = 'questdb';
|
||||
@@ -59,7 +55,7 @@ export class QuestDB implements ICredentialType {
|
||||
{
|
||||
name: 'verify-full (not implemented)',
|
||||
value: 'verify-full',
|
||||
}
|
||||
},
|
||||
],
|
||||
default: 'disable',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user