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 committed Jan 18, 2024
1 parent de8602c commit 7250087
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 7250087

Please sign in to comment.