Skip to content

Commit

Permalink
paddles: Run.sha1 is optional
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Cerza <[email protected]>
  • Loading branch information
zmc committed Aug 13, 2024
1 parent 2342cb6 commit 6fe3833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/paddles.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export type Run = {
updated: string;
started: string;
runtime: string;
sha1: string;
sha1: string | null;
results: RunResults;
machine_type: string;
status: RunStatus;
Expand Down

0 comments on commit 6fe3833

Please sign in to comment.