Skip to content

Commit

Permalink
Remove errant semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Oct 21, 2024
1 parent fb7de73 commit 5a53339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upload-media/src/store/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export interface QueueItem {
abortController?: AbortController;
startTime?: number;
timings?: MeasureOptions[];
};
}

export interface State {
queue: QueueItem[];
Expand Down

0 comments on commit 5a53339

Please sign in to comment.