Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #574 from cds-snc/hotfix/naming
Browse files Browse the repository at this point in the history
Fix naming of EXPOSURE_CONFIGURATION
  • Loading branch information
henrytao-me authored Jul 9, 2020
2 parents 4d3c491 + 433a3e1 commit b435851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {BackendInterface, SubmissionKeySet} from '../BackendService';
import defaultExposureConfiguration from './DefaultExposureConfiguration.json';

const SUBMISSION_AUTH_KEYS = 'submissionAuthKeys';
const EXPOSURE_CONFIGURATION = 'exposureConfiguration';
const EXPOSURE_CONFIGURATION = 'exposure-configuration';

const SECURE_OPTIONS = {
sharedPreferencesName: 'covidShieldSharedPreferences',
Expand Down

0 comments on commit b435851

Please sign in to comment.