Skip to content

Conversation

@ym
Copy link
Contributor

@ym ym commented Nov 4, 2025

Implements 702

@ym ym force-pushed the feat/public-ip branch 2 times, most recently from c0a44a8 to 37c9f86 Compare November 4, 2025 13:33
@ym ym marked this pull request as ready for review November 4, 2025 13:47
@ym ym force-pushed the feat/public-ip branch 2 times, most recently from 44ca668 to f8e17f7 Compare November 5, 2025 15:05
@ym ym requested a review from IDisposable November 5, 2025 15:26
if ts, ok := values["ts"]; ok {
if ts, err := strconv.ParseFloat(ts, 64); err == nil {
ps.lastUpdated = time.Unix(int64(ts), 0)
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We silently discard any failure to parse ts but that's probably okay...

@ym ym merged commit cf629be into dev Nov 11, 2025
6 checks passed
@ym ym deleted the feat/public-ip branch November 11, 2025 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants