This commit is contained in:
d98762625 2018-12-21 09:50:08 +00:00
parent 3efe9309ef
commit 83fa50bf13
2 changed files with 1 additions and 4 deletions

View file

@ -84,6 +84,3 @@ export function sentenceToCamelCase(str) {
})
.reduce((prev, curr) => `${prev}${curr}`, "");
}