Commit 7108de7a authored by Evgenii Evstropov's avatar Evgenii Evstropov

change activityName from string to int

parent 482edada
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
} }
NSDictionary *elem = @{ NSDictionary *elem = @{
@"activityName" : type, @"activityName" : [NSNumber numberWithInt:[sample workoutActivityType]],
@"calories" : @(energy), @"calories" : @(energy),
@"tracked" : @(isTracked), @"tracked" : @(isTracked),
@"sourceName" : [[[sample sourceRevision] source] name], @"sourceName" : [[[sample sourceRevision] source] name],
......
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