Skip to content

Commit

Permalink
update counter type for counter without goal
Browse files Browse the repository at this point in the history
  • Loading branch information
dromse committed Jul 31, 2024
1 parent 1c4ae84 commit 1cc5312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useTasks/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export type CounterT = {
/**
* The goal value of the counter.
*/
goal: number;
goal?: number;

/**
* The current value of the counter.
Expand Down

0 comments on commit 1cc5312

Please sign in to comment.