mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(core): Store projectId on additionalData independent of dataStore context (no-changelog) (#19093)
This commit is contained in:
@@ -924,13 +924,13 @@ export type DataStoreProxyProvider = {
|
||||
getDataStoreAggregateProxy(
|
||||
workflow: Workflow,
|
||||
node: INode,
|
||||
dataStoreProjectId?: string,
|
||||
projectId?: string,
|
||||
): Promise<IDataStoreProjectAggregateService>;
|
||||
getDataStoreProxy(
|
||||
workflow: Workflow,
|
||||
node: INode,
|
||||
dataStoreId: string,
|
||||
dataStoreProjectId?: string,
|
||||
projectId?: string,
|
||||
): Promise<IDataStoreProjectService>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user