Commit 95d38ab
Fix timestamp updates and improve last_updated accuracy
- Fix hardcoded 'updating: true' to check actual refresh status
- Use the more recent timestamp between cache and PR updates
- Ensure last_updated reflects the most recent data change
- Properly read refresh_status from cache to determine if updating
This fixes the issue where the dashboard showed stale timestamps
even when data was current.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c0030bb commit 95d38ab
1 file changed
+19
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
147 | 163 | | |
148 | 164 | | |
149 | 165 | | |
| |||
152 | 168 | | |
153 | 169 | | |
154 | 170 | | |
155 | | - | |
| 171 | + | |
156 | 172 | | |
157 | 173 | | |
158 | 174 | | |
| |||
0 commit comments