mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(Airtable Node): Do not allow to use deprecated api keys in v1 (#9171)
This commit is contained in:
@@ -2127,7 +2127,7 @@ export interface WorkflowTestData {
|
||||
[key: string]: any[][];
|
||||
};
|
||||
};
|
||||
nock: {
|
||||
nock?: {
|
||||
baseUrl: string;
|
||||
mocks: Array<{
|
||||
method: string;
|
||||
|
||||
Reference in New Issue
Block a user