Skip to content

Commit

Permalink
fix: remove obsolete TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningEnlightenment authored and zcbenz committed Feb 8, 2024
1 parent b344064 commit b23e6d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/browser/api/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ function convertToRequestBody (uploadData: ProtocolRequest['uploadData']): Reque
}) as RequestInit['body'];
}

// TODO(codebytere): Use Object.hasOwn() once we update to ECMAScript 2022.
function validateResponse (res: Response) {
if (!res || typeof res !== 'object') return false;

Expand Down

0 comments on commit b23e6d5

Please sign in to comment.