Google-Developer-Student-Club-RJIT / remotebirds-backend

Backend for remotebirds
https://remotebirdjobs-api.herokuapp.com/
GNU General Public License v3.0
2 stars 5 forks source link

added language check before adding the tweet #13

Closed piyshkmr closed 2 years ago

piyshkmr commented 2 years ago

Please review my PR and merge it.

screenshot

Screenshot 2022-10-10 041405

mr-palindrome commented 2 years ago

Uncomment the else condition!

mr-palindrome commented 2 years ago

Hey @devocoe! I asked to uncomment the else part, if the tweet is not in english in that case the the total no. of tweets that is required will decrease. So, you need to add an else part where you will increase the max_count by 1 if the language is not english.

piyshkmr commented 2 years ago

Hey @devocoe! I asked to uncomment the else part, if the tweet is not in english in that case the the total no. of tweets that is required will decrease. So, you need to add an else part where you will increase the max_count by 1 if the language is not english.

Ok i will fix that.