You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we refactor to avoid calling getDiscussionsAndTopics here? We already grabbed all the discussion data earlier, and now we're retrieving it again on a per-module basis. I think we call the API once and re-use the data returned. #32
Can we refactor to avoid calling `getDiscussionsAndTopics` here? We already grabbed all the discussion data earlier, and now we're retrieving it again on a per-module basis. I think we call the API once and re-use the data returned.