We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6caf83f commit e233c8eCopy full SHA for e233c8e
src/ServiceControl.Transports.SQS/AmazonSQSQuery.cs
@@ -208,7 +208,7 @@ public override async IAsyncEnumerable<QueueThroughput> GetThroughputPerDay(IBro
208
var startUtc = startDate.ToDateTime(TimeOnly.MinValue, DateTimeKind.Utc);
209
var endUtc = endDate.AddDays(1).ToDateTime(TimeOnly.MinValue, DateTimeKind.Utc);
210
211
- const int SecondsInDay = 24 * 60 * 60;;
+ const int SecondsInDay = 24 * 60 * 60;
212
213
var req = new GetMetricStatisticsRequest
214
{
0 commit comments