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.
1 parent 376b45d commit 9e37338Copy full SHA for 9e37338
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',
0 commit comments