Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
E2E Test Results✅ All tests passed • 147 passed • 3 skipped • 1089s
Tests ran across 4 shards in parallel. |
f0ed137 to
2e896ba
Compare
|
|
||
| import { MetricsDataType, NumberFormat } from './types'; | ||
|
|
||
| export function omit<T extends object, K extends keyof T>( |
There was a problem hiding this comment.
Replaced 3 usages of this function with lodash's omit()
🟡 Tier 3 — StandardIntroduces new logic, modifies core functionality, or touches areas with non-trivial risk. Why this tier:
Review process: Full human review — logic, architecture, edge cases. Stats
|
PR ReviewOverall this is a clean lint enforcement PR. A couple of things worth checking:
|
Summary
This PR makes
no-unused-varsa lint error in the app package, and removes existing unused vars.Screenshots or video
How to test locally or on Vercel