Commit e82f042
Fix for "No Dispatches appearing" bug. (#149)
* Update ArrowHeadApiService.cs
adding From_Timestamp to NewsFeed task
* Update HelldiversSyncConfiguration.cs
Adding NewsFeedFromTimestamp
* Update ArrowHeadApiService.cs
added NewsFeedFromTimestamp into ArrowHeadApiService, this prevents a crash.
* adding in formatting requests, and fixing what I found to be the acutal issue. ${} isn't to be used in C#!
* correcting spacing
* Update ArrowHeadApiService.cs
* Update ArrowHeadApiService.cs
Co-authored-by: Wannes Gennar <dealloc@users.noreply.github.com>
---------
Co-authored-by: Wannes Gennar <dealloc@users.noreply.github.com>1 parent 5c39a61 commit e82f042
2 files changed
Lines changed: 9 additions & 2 deletions
File tree
- src/Helldivers-2-Sync
- Configuration
- Services
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | | - | |
79 | | - | |
| 79 | + | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
0 commit comments