"git@gitlab.esss.lu.se:ics-software/ess-public-screens.git" did not exist on "cf2f34ea6873bd366b662d77b4e7d55fd006f907"
CE-2090: convert useRenewToken, remove legacy api provider
Merge request reports
Activity
Filter activity
requested review from @alexandermadsen, @domonkosgulyas, and @imretoth
assigned to @christinajenks
Semi-related: the reason I had trouble with this was because I spent so much time digging in the trenches on the other bugs that I missed a simple typo:
const {client} = useContext(apiContext)
should have beenconst client = useContext(apiContext)
. Also, the UserProvider and many tests were using the legacy context instead of the correct one.So, no big problems or anything at all...just a fried brain and minor typos here and there.
mentioned in commit 56312c56
Please register or sign in to reply