-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed timestamp issue #22
base: develop
Are you sure you want to change the base?
Conversation
Handle Strava exceptions
Fixed nil pointer reference
Fixes part 69
User refreshing was bugged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, didn't see it in before :D Looks good to me !
hey @MeurillonGuillaume thanks so much for this! Looks good! How much testing did you do? I want to guesstimate the risk to updating this... I don't have a lot of spare debugging time today and the launch is tomorrow ;-) |
Also looking at the code am I correct in assuming this also fixes #20 ? |
Hey @xivk! This does not yet fix #20, the tiny fix for that is still in this branch, or this commit. I did not really test this at all 😇 Mostly since I don't have the local deployments anymore. Also since the change is very minor, it splits an |
Changes:
As seen in #19
Edit: Excuse the mess, seems like develop wasn't up to date with master 😅