Skip to content

Commit

Permalink
refactor: remove return
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjwala committed Sep 14, 2023
1 parent 59fc5f0 commit 06a3b7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ export function percyAutomateRequestHandler(req, percy) {
}
});
req.body.buildInfo = percy.build;
// returning for testing purpose.
return req;
}

// Creates a local resource object containing the resource URL, mimetype, content, sha, and any
Expand Down

0 comments on commit 06a3b7a

Please sign in to comment.