Skip to content

Commit

Permalink
fix claim typo
Browse files Browse the repository at this point in the history
  • Loading branch information
umayangag committed Mar 29, 2021
1 parent 6e6fcfa commit 94c1e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion results-tabulation-api/constants/AUTH_CONSTANTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ADMINISTRATIVE_DISTRICT_REPORT_VIEWER_ROLE = "adm_dis_rep_view"
ADMINISTRATIVE_DISTRICT_REPORT_VERIFIER_ROLE = "adm_dis_rep_verf"
PROVINCIAL_REPORT_VIEWER_ROLE = "prov_rep_view"
PROVINCIAL_REPORT_VERIFIER_ROLE = "prov_dis_rep_verf"
PROVINCIAL_REPORT_VERIFIER_ROLE = "prov_rep_verf"
NATIONAL_REPORT_VIEWER_ROLE = "nat_dis_rep_view"
NATIONAL_REPORT_VERIFIER_ROLE = "nat_dis_rep_verf"
EC_LEADERSHIP_ROLE = "ec_leadership"
Expand Down

0 comments on commit 94c1e83

Please sign in to comment.