From 68c60e33c1bf86d9cde6ec602577d69cc492faf4 Mon Sep 17 00:00:00 2001 From: Cheick Keita Date: Mon, 30 Oct 2023 17:45:30 -0700 Subject: [PATCH] format --- src/ApiService/ApiService/onefuzzlib/JobCrashReported.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApiService/ApiService/onefuzzlib/JobCrashReported.cs b/src/ApiService/ApiService/onefuzzlib/JobCrashReported.cs index e0b903979b..2739c5945e 100644 --- a/src/ApiService/ApiService/onefuzzlib/JobCrashReported.cs +++ b/src/ApiService/ApiService/onefuzzlib/JobCrashReported.cs @@ -13,7 +13,7 @@ public JobCrashReportedOperations(ILogger logTracer, } public async Task CrashReported(Guid jobId) { - return await QueryAsync(Query.RowKey(jobId.ToString())).AnyAsync(); + return await QueryAsync(Query.PartitionKey(jobId.ToString())).AnyAsync(); } public async Task ReportCrash(Guid jobId, Guid taskId) {