()
| 3069 | } |
| 3070 | |
| 3071 | function emptyRuntimeTaskQuery(): TaskNotesRuntimeNormalizedTaskQuery { |
| 3072 | return { |
| 3073 | sort: [], |
| 3074 | offset: 0, |
| 3075 | group: [], |
| 3076 | scope: { includeArchived: true }, |
| 3077 | }; |
| 3078 | } |
| 3079 | |
| 3080 | function normalizeRuntimeLimit( |
| 3081 | value: unknown, |
no outgoing calls
no test coverage detected