diff --git a/src/RESTDataSource.ts b/src/RESTDataSource.ts index 2769631..084120f 100644 --- a/src/RESTDataSource.ts +++ b/src/RESTDataSource.ts @@ -451,7 +451,7 @@ export abstract class RESTDataSource { return { parsedBody: parsedBody as any as TResult, response, - } + }; } catch (error) { this.didEncounterError(error as Error, outgoingRequest); throw error;