fix(core): Replace all moment imports with moment-timezone (#8337)
This commit is contained in:
committed by
GitHub
parent
e3cedf7db0
commit
52a2e25a25
@@ -1,6 +1,6 @@
|
||||
import type { IExecuteFunctions, IDataObject, INodeExecutionData } from 'n8n-workflow';
|
||||
|
||||
import moment from 'moment';
|
||||
import moment from 'moment-timezone';
|
||||
|
||||
import { capitalCase } from 'change-case';
|
||||
import { apiRequest } from '../../../transport';
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import type { IExecuteFunctions, IDataObject, INodeExecutionData } from 'n8n-workflow';
|
||||
import { NodeOperationError } from 'n8n-workflow';
|
||||
|
||||
import moment from 'moment';
|
||||
import moment from 'moment-timezone';
|
||||
|
||||
import { capitalCase } from 'change-case';
|
||||
import { apiRequest } from '../../../transport';
|
||||
|
||||
Reference in New Issue
Block a user