Skip to content

Commit ed3d0f5

Browse files
Update src/apis/client.ts
Co-authored-by: Demetrio Marino <[email protected]>
1 parent b8a7128 commit ed3d0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apis/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ export class APIClient implements IAPIClient {
442442
if (endpointType === 'custom') {
443443
return {
444444
basePath: `/${endpointName}`,
445-
type: 'custom',
445+
type: EndpointTypes.CUSTOM,
446446
public: false,
447447
showInDocumentation: true,
448448
secreted: false,

0 commit comments

Comments
 (0)