feat: Test using HTTPS and HTTP2

This commit is contained in:
Alexander Polynomdivision
2018-09-30 20:15:27 +02:00
parent b47b18c373
commit 4a6b40ad72
6 changed files with 31 additions and 8 deletions

View File

@@ -146,7 +146,8 @@ const ReviewPageWithRouter = withRouter(
// W | W | W
// (1)C | - | C
// (2)W | - | W
// @correct: Was the answer given correct?
// Args:
// @correct: Was the answer given correct?
updateGroupSM2 = (correct: boolean) => {
const { id } = this.props.current;
switch (correct) {