Fix compile error in benchmarks.

This commit is contained in:
Greyson Parrelli
2026-03-30 11:54:45 -04:00
committed by Alex Hart
parent b61c54c0e2
commit 535c5a1574

View File

@@ -212,7 +212,7 @@ class BenchmarkCommandReceiver : BroadcastReceiver() {
verb = "PUT",
path = "/api/v1/message",
id = Random.nextLong(),
headers = listOf("X-Signal-Timestamp: ${this.timestamp}"),
headers = listOf("X-Signal-Timestamp: ${this.serverTimestamp}"),
body = this.encodeByteString()
)
}