()
| 321 | * model selection screen. Used when a midnight-Pacific premium quota reset |
| 322 | * passes while the landing screen is open. */ |
| 323 | export function refreshFreebuffLandingMetadata(): Promise<void> { |
| 324 | return restartFreebuffSession('landing') |
| 325 | } |
| 326 | |
| 327 | /** |
| 328 | * Join (or re-queue for) `model`. Dual-purpose: |
no test coverage detected