-
-
Notifications
You must be signed in to change notification settings - Fork 26
Fix for "No Dispatches appearing" bug. #149
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
Conversation
adding From_Timestamp to NewsFeed task
Adding NewsFeedFromTimestamp
added NewsFeedFromTimestamp into ArrowHeadApiService, this prevents a crash.
raginmari
left a comment
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.
Thanks for taking care of this. I have a few remarks.
dealloc
left a comment
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.
some whitespace changes, but the bigger one is the NewsFeedFromTimestamp flag itself.
Is there any reason we're not just passing in 0 (which from rudimentary testing seems to work).
And if we'd just pass in 0, I would remove the flag itself entirely
src/Helldivers-2-Sync/Configuration/HelldiversSyncConfiguration.cs
Outdated
Show resolved
Hide resolved
src/Helldivers-2-Sync/Configuration/HelldiversSyncConfiguration.cs
Outdated
Show resolved
Hide resolved
…al issue. ${} isn't to be used in C#!
dealloc
left a comment
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.
looks good, minor style changes and we're good to go on this one
dealloc
left a comment
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.
Getting there
Co-authored-by: Wannes Gennar <dealloc@users.noreply.github.com>
|
rolling out in |
Fixes #145 (comment).
The Raw Arrowhead API has a chance of crashing if fromTimestamp isn't included in the request.
This Pull Request fixes that.