We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbd0b1 commit d2e1de5Copy full SHA for d2e1de5
rce-server/server/api/services/validation.service.js
@@ -25,7 +25,7 @@ class ValidationService {
25
message: "You have unacceptable libs imported",
26
};
27
} else if (
28
- !words.every((el) => code.toLowerCase().includes(el.toLowerCase()))
+ words.every((el) => code.toLowerCase().includes(el.toLowerCase()))
29
) {
30
return {
31
isValid: false,
0 commit comments