Skip to content

Commit

Permalink
Resolve new bug from PR Artificial-Pancreas@f9c3ddd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-b-m committed Jul 27, 2024
1 parent f9c3ddd commit 4fec5fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions FreeAPS/Sources/Modules/DataTable/DataTableStateModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,9 @@ extension DataTable {

let saveToJSON = BloodGlucose(
_id: id,
direction: nil,
sgv: Int(glucose),
date: Decimal(now.timeIntervalSince1970) * 1000,
dateString: now,
unfiltered: nil,
filtered: nil,
noise: nil,
glucose: Int(glucose),
type: GlucoseType.manual.rawValue
)
Expand Down

0 comments on commit 4fec5fd

Please sign in to comment.