Files
tiny-forge/web
alexei.dolgolyov 2c109913bd fix(types): resolve pre-existing svelte-check errors
stale-containers page referenced container.id but StaleContainer wraps an
inner instance object — switch to container.instance.id at the three call
sites. env editor derived projectId from $page.params.id (string |
undefined); coalesce to empty string so call sites that pass it to API
helpers don't trip the strictNullChecks gate.

Pre-existing errors flagged by `svelte-check`; not introduced by recent
feature work but blocking the green check.
2026-05-07 02:17:20 +03:00
..