mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-05 11:09:39 +00:00
fb0a3fd9cf
- next.config.ts: remove non-null assertions, type webpack param properly - bootstrap/route.ts: simplify null check to != null - workflows/route.ts: fix nullable string conditional, remove unnecessary ?? - ExecutionMonitor.tsx: add braces to void-returning arrow functions - WorkflowBuilder.tsx: explicit null checks for nullable objects - package-utils.ts: remove unnecessary ??, explicit null check - fetch-session.ts, login.ts, get-current-user.ts: remove unnecessary ?. chains - db-client.ts: explicit null checks - error-reporting.ts: type ErrorCategory properly - multi-tenant-context.examples.ts: remove await of non-Promise, prefer-optional-chain - multi-tenant-context.ts: nullable boolean ==> === true, remove unused eslint-disable, remove async from bindCredentials, restore executionLimits fallback to getDefaultExecutionLimits() - workflow-error-handler.ts: remove unnecessary ?? fallbacks - workflow-loader-v2.ts: remove unused eslint-disable, use ??= assignment - store.ts: remove unnecessary type assertions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>