Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-mp committed Nov 27, 2024
1 parent 79a8605 commit 747348b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/isFilled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ export const integrationFields = integrationField
* @returns `true` if `repeatable` contains at least one item, `false`
* otherwise.
*/

export const repeatable = <T extends LinkField>(
repeatable: Repeatable<T> | null | undefined,
): repeatable is Repeatable<T, "filled"> => {
Expand Down

0 comments on commit 747348b

Please sign in to comment.