Force refresh the cached version by bypassing the TTL.
()
| 108 | |
| 109 | |
| 110 | def refresh_fe_version() -> str: |
| 111 | """Force refresh the cached version by bypassing the TTL.""" |
| 112 | return get_latest_fe_version(force_refresh=True) |
nothing calls this directly
no test coverage detected