fix(frontend): remove console.log from comment to fix linter false positive
CI / CD Pipeline / build (push) Failing after 3m57s
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-06-14 20:06:20 +07:00
parent 67da186672
commit 152caa25e9
@@ -78,7 +78,7 @@ export default function ContextConfigEditor({
: [] : []
); );
} catch (_err) { } catch (_err) {
// error handling silently per rules (use NestJS Logger on backend, avoid console.log on frontend) // Error handling silently - backend logs via NestJS Logger
} }
}; };
loadData(); loadData();