Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 68c60e3

Browse files
committed
format
1 parent c61f1e8 commit 68c60e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiService/ApiService/onefuzzlib/JobCrashReported.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public JobCrashReportedOperations(ILogger<JobCrashReportedOperations> logTracer,
1313
}
1414

1515
public async Task<bool> CrashReported(Guid jobId) {
16-
return await QueryAsync(Query.RowKey(jobId.ToString())).AnyAsync();
16+
return await QueryAsync(Query.PartitionKey(jobId.ToString())).AnyAsync();
1717
}
1818

1919
public async Task<OneFuzzResultVoid> ReportCrash(Guid jobId, Guid taskId) {

0 commit comments

Comments
 (0)