Fixes unwanted break

This commit is contained in:
Indrajith K L
2021-10-19 01:21:05 +05:30
parent 26473671eb
commit 286e891d3f

View File

@@ -58,7 +58,6 @@ function parseCasualMessage(message) {
if(casualMessages.hasOwnProperty(lang)) {
currentKey = lang;
}
break;
})
return currentKey;