trails/apps
Ullrich Schäfer a724f862b8
chore(ts): drop two more redundant casts
- RouteMapThumbnail.client.tsx: `{ type: 'Feature', ... } as unknown
  as GeoJsonObject` → `as GeoJsonObject`. The literal already
  satisfies the type; the unknown bridge was unnecessary.

- use-yjs.ts:102: keep the coercion (y-websocket's `.on()` signature
  doesn't include the legacy `"synced"` event even though the
  runtime still fires it), but document why with a comment so future
  readers don't try to drop it.
2026-05-26 01:02:49 +02:00
..
journal chore(ts): drop two more redundant casts 2026-05-26 01:02:49 +02:00
mobile Add Jest mock for expo-crypto 2026-05-24 11:54:50 +02:00
planner chore(ts): drop two more redundant casts 2026-05-26 01:02:49 +02:00