Skip to content

Commit a5dc6a9

Browse files
author
Ethan Jon
committed
increased min interview responses to 15
1 parent 04b3114 commit a5dc6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/stores/post.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Authorization = `Bearer ${AUTOMATED_JWT_TOKEN}`
2222

2323
const storeKey = 'NewInterview'
2424

25-
export const minResponsesRequired = 10
25+
export const minResponsesRequired = 15
2626

2727
// helper function to extract an edited value from
2828
// form elements or contenteditable elements

0 commit comments

Comments
 (0)