MaxOhn / rosu-v2

A rust wrapper for the osu!api v2
MIT License
24 stars 9 forks source link

refactor: simplify reauth logic #7

Closed ev3nvy closed 1 year ago

ev3nvy commented 1 year ago

This simplifies re-authentication logic by removing some indirection and de-duplicating some of the code.

MaxOhn commented 1 year ago

That does look better, thanks!