Skip to content

Commit

Permalink
Include position history
Browse files Browse the repository at this point in the history
  • Loading branch information
KomelT committed Aug 27, 2024
1 parent c1fed43 commit 10194a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ import "./routes/neighbours.js";
import "./routes/text-messages.js";
import "./routes/traceroutes.js";
import "./routes/waypoints.js";
import "./routes/position-history.js";

Object.assign(BigInt.prototype, {
toJSON: function () {
return this.toString();
},
toJSON: function () {
return this.toString();
},
});

0 comments on commit 10194a7

Please sign in to comment.