Skip to content

Commit 3495c88

Browse files
committed
fix GetSystemJobsResponse
1 parent b0891f9 commit 3495c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/types/api-job.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export interface GetJobMetadataResponse {
9292
}
9393

9494
export interface GetSystemJobsResponse {
95-
system: System
95+
system: string
9696
jobs: Job[]
9797
error?: string
9898
}

0 commit comments

Comments
 (0)