fix(Airtable Node): Do not allow to use deprecated api keys in v1 (#9171)

This commit is contained in:
Michael Kret
2024-04-24 16:04:14 +03:00
committed by GitHub
parent 8f5a6bec55
commit 017ae6e102
4 changed files with 34 additions and 16 deletions

View File

@@ -2127,7 +2127,7 @@ export interface WorkflowTestData {
[key: string]: any[][];
};
};
nock: {
nock?: {
baseUrl: string;
mocks: Array<{
method: string;