Page MenuHomePhabricator

refactor fetch logic
Open, MediumPublic

Description

There's a lot of nesting happening inside of the wikilambda fetching code in fetchObject.js, from this MR
we have separated out some of the logic by way of helper functions but we can add in some early returns and clean this up a bit more.