()
| 211 | } |
| 212 | |
| 213 | private syncProjectsQueryOptions(): void { |
| 214 | this.projectsQueryOptions.queryKey = projectsQueryKey( |
| 215 | this.page, |
| 216 | this.delayMs, |
| 217 | this.forceErrorMode, |
| 218 | ) |
| 219 | this.projectsQueryOptions.queryFn = () => |
| 220 | fetchProjectsPage(this.page, this.delayMs, this.forceErrorMode) |
| 221 | } |
| 222 | |
| 223 | private refetchForCurrentState(): void { |
| 224 | this.syncProjectsQueryOptions() |
no test coverage detected