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