Skip to content

Commit

Permalink
Merge pull request ResearchKit#12 from Erin-Mounts/master
Browse files Browse the repository at this point in the history
Fix NonIdentifiableDemographics filename
  • Loading branch information
Erin-Mounts committed Aug 18, 2015
2 parents 9a561ae + bf6ca8a commit 4dece3c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@
#import "APCAppDelegate.h"

static NSString *kTaskIdentifierKey = @"NonIdentifiableDemographicsTask";
static NSString *kFileIdentifierKey = @"NonIdentifiableDemographics";
static NSString *kFileIdentifierKey = @"NonIdentifiableDemographics.json";
static NSString *kPatientInformationKey = @"item";
static NSString *kPatientCurrentAgeKey = @"patientCurrentAge";
static NSString *kPatientBiologicalSexKey = @"patientBiologicalSex";
Expand Down

0 comments on commit 4dece3c

Please sign in to comment.