fix(core): Replace all moment imports with moment-timezone (#8337)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-01-15 15:45:33 +01:00
committed by GitHub
parent e3cedf7db0
commit 52a2e25a25
35 changed files with 33 additions and 37 deletions

View File

@@ -7,7 +7,7 @@ import type {
INodeTypeDescription,
} from 'n8n-workflow';
import moment from 'moment';
import moment from 'moment-timezone';
import { getColumns, rowFormatColumns, seaTableApiRequest, simplify } from './GenericFunctions';
import type { ICtx, IRow, IRowResponse } from './Interfaces';