We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 376b45d + 9010a34 commit 2a0eab8Copy full SHA for 2a0eab8
credentials/SearchApi.credentials.ts
@@ -31,7 +31,7 @@ export class SearchApi implements ICredentialType {
31
}
32
33
};
34
- test?: ICredentialTestRequest | undefined = {
+ test: ICredentialTestRequest = {
35
request: {
36
baseURL: 'https://www.searchapi.io/api/v1/me',
37
method: 'GET',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@searchapi/n8n-nodes-searchapi",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "SearchApi.io nodes for n8n",
5
"keywords": [
6
"n8n-community-node-package"
0 commit comments