Skip to content

Commit

Permalink
remove stray debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Nov 11, 2022
1 parent 6dcfec2 commit 7763c99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RESTDataSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ export abstract class RESTDataSource {
Array.isArray(request.body) ||
typeof (request.body as any)?.toJSON === 'function')
) {
debugger;
modifiedRequest.body = JSON.stringify(request.body);
// If Content-Type header has not been previously set, set to application/json
if (!modifiedRequest.headers) {
Expand Down

0 comments on commit 7763c99

Please sign in to comment.