Commit 9357e8c2 authored by Irad's avatar Irad

feat: add source id and name to fetchQuantitySamplesOfType func

parent 5b51ff08
......@@ -86,6 +86,8 @@
NSDictionary *elem = @{
@"value" : @(value),
@"sourceName" : [[[sample sourceRevision] source] name],
@"sourceId" : [[[sample sourceRevision] source] bundleIdentifier],
@"startDate" : startDateString,
@"endDate" : endDateString,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment