mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
fix(core): Replace all moment imports with moment-timezone (#8337)
This commit is contained in:
committed by
GitHub
parent
e3cedf7db0
commit
52a2e25a25
@@ -9,7 +9,7 @@ import type {
|
||||
} from 'n8n-workflow';
|
||||
import { NodeApiError } from 'n8n-workflow';
|
||||
|
||||
import moment from 'moment';
|
||||
import moment from 'moment-timezone';
|
||||
import { GOOGLE_DRIVE_FILE_URL_REGEX, GOOGLE_DRIVE_FOLDER_URL_REGEX } from '../constants';
|
||||
import { extractId, googleApiRequest, googleApiRequestAllItems } from './v1/GenericFunctions';
|
||||
import { fileSearch, folderSearch } from './v2/methods/listSearch';
|
||||
|
||||
Reference in New Issue
Block a user