Skip to content

Commit

Permalink
fix(typescript): Number -> number
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsmaerten committed Feb 11, 2024
1 parent 26e11be commit c9a293b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/electron-app/components/nightscout-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class NightscoutAPI {

export interface GlucoseStatus {
success: boolean;
value: Number;
value: number;
unit?: Unit;
timestamp: Number;
timestamp: number;
}

0 comments on commit c9a293b

Please sign in to comment.