chore(dashboard): fix lint and typecheck
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -104,6 +104,6 @@ export function dedupe<T>(
|
||||
if (inFlight.get(key) === entry) inFlight.delete(key);
|
||||
},
|
||||
);
|
||||
inFlight.set(key, entry);
|
||||
inFlight.set(key, entry as InFlightEntry<unknown>);
|
||||
return entry.external;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user