[web] interview/qns: update free question count value (#1006)

This commit is contained in:
Nitesh Seram 2024-11-16 17:26:41 +05:30 committed by GitHub
parent bf59fe68ee
commit de542ffb4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
export const QuestionCount = 300;
export const QuestionCountFree = 50;
export const QuestionCountFree = 200;