[HOTFIX] Fix step index type

This commit is contained in:
Berkeley Martinez
2016-01-27 12:13:46 -08:00
parent f487270d23
commit 080d7e84a7
3 changed files with 6 additions and 6 deletions

View File

@ -43,8 +43,8 @@
"/certificate/verify/front-end" "/certificate/verify/front-end"
], ],
"stepIndex": [ "stepIndex": [
"1", 1,
"2" 2
] ]
} }
], ],

View File

@ -43,8 +43,8 @@
"/certificate/verify/data-visualization" "/certificate/verify/data-visualization"
], ],
"stepIndex": [ "stepIndex": [
"1", 1,
"2" 2
] ]
} }
], ],

View File

@ -43,8 +43,8 @@
"/certificate/verify/back-end" "/certificate/verify/back-end"
], ],
"stepIndex": [ "stepIndex": [
"1", 1,
"2" 2
] ]
} }
], ],