You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(upgrade): drop bare as-casts from re-emit script
The structural detection rewrite introduced a bare `as` cast, tripping
the no-bare-cast ratchet. Replace it (and the pre-existing JSON.parse
cast) with an isJsonObject type guard so the standalone script stays
cast-free without importing the @prisma-next casts helper.
Signed-off-by: Will Madden <madden@prisma.io>
0 commit comments