Skip to content

Commit 2a0eab8

Browse files
authored
Merge pull request #5 from SearchApi/fix/typo-credentials
Fix/typo credentials
2 parents 376b45d + 9010a34 commit 2a0eab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

credentials/SearchApi.credentials.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class SearchApi implements ICredentialType {
3131
}
3232
}
3333
};
34-
test?: ICredentialTestRequest | undefined = {
34+
test: ICredentialTestRequest = {
3535
request: {
3636
baseURL: 'https://www.searchapi.io/api/v1/me',
3737
method: 'GET',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@searchapi/n8n-nodes-searchapi",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "SearchApi.io nodes for n8n",
55
"keywords": [
66
"n8n-community-node-package"

0 commit comments

Comments
 (0)