Skip to content

Commit

Permalink
added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanExtreme002 authored Mar 23, 2024
1 parent ae306bc commit 5459ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/FlightRadar24/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ class FlightRadar24API {

const content = await response.getContent();

const decoder = new TextDecoder("utf-8");
const decoder = new TextDecoder("utf-8"); // TODO: Must fix and test it yet.
const bytes = new Uint8Array(content);

return decoder.decode(bytes);
Expand Down

0 comments on commit 5459ffc

Please sign in to comment.