[HOTFIX] Fix step index type

pull/6523/merge
Berkeley Martinez 2016-01-27 12:13:46 -08:00
parent d75870bf23
commit ff72a57352
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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