mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 23:54:07 -08:00
⚡ Fix indentation
This commit is contained in:
parent
5ed86670a8
commit
17ee152eaf
|
@ -7,7 +7,7 @@ import {
|
|||
IWorkflowDb,
|
||||
NodeTypes,
|
||||
WebhookHelpers,
|
||||
} from '../../..';
|
||||
} from '../../..';
|
||||
|
||||
import {
|
||||
Workflow,
|
||||
|
@ -15,9 +15,9 @@ import {
|
|||
|
||||
import {
|
||||
IWebhookDb,
|
||||
} from '../../../Interfaces';
|
||||
} from '../../../Interfaces';
|
||||
|
||||
import * as config from '../../../../config';
|
||||
import * as config from '../../../../config';
|
||||
|
||||
export class WebhookModel1589476000887 implements MigrationInterface {
|
||||
name = 'WebhookModel1589476000887';
|
||||
|
|
Loading…
Reference in a new issue