Skip to content

Commit

Permalink
chore: revert debatable change
Browse files Browse the repository at this point in the history
  • Loading branch information
romshark committed Jan 27, 2025
1 parent bfedc55 commit 7c68f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/internal/servers/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func pathToPB(path snet.Path) *sdpb.Path {
},
Interfaces: interfaces,
Mtu: uint32(meta.MTU),
Expiration: timestamppb.New(meta.Expiry.Truncate(time.Second)),
Expiration: &timestamppb.Timestamp{Seconds: meta.Expiry.Unix()},
Latency: latency,
Bandwidth: meta.Bandwidth,
Geo: geo,
Expand Down

0 comments on commit 7c68f25

Please sign in to comment.