Open thexpand opened 6 years ago
Take a look here: https://github.com/peterramsing/lost/blob/9ebffd08e1687e1c869f42a57185978fd3fff977/lib/lost-row.js#L83-L93
The same body is used in both the if and the else clause. What is happening? Isn't that some kind of mistake?
if
else
That's probably something that was there before I refactored everything to use lgLogic. Now the logic handles that and this could go away. Nice catch!
lgLogic
Take a look here: https://github.com/peterramsing/lost/blob/9ebffd08e1687e1c869f42a57185978fd3fff977/lib/lost-row.js#L83-L93
The same body is used in both the
if
and theelse
clause. What is happening? Isn't that some kind of mistake?