Skip to content

Commit

Permalink
typing 3
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySentry committed Dec 11, 2024
1 parent 9bf5fe0 commit 5cec026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/utils/extractUploads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface Upload {
provider: string | null
createdAt: string
updatedAt: string
flags: string[] | null | undefined
flags?: string[] | null
jobCode: string | null
downloadUrl: string
ciUrl: string | null
Expand Down

0 comments on commit 5cec026

Please sign in to comment.