Skip to content

Commit

Permalink
fix bad merge resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Dec 9, 2022
1 parent 16b34c8 commit 3a81baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RESTDataSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3a81baf

Please sign in to comment.