chore(ui): drop an unused suppression
This commit is contained in:
@@ -115,7 +115,6 @@ export class ConversationIndex {
|
|||||||
} catch {
|
} catch {
|
||||||
this.warmed.delete(id);
|
this.warmed.delete(id);
|
||||||
}
|
}
|
||||||
// biome-ignore lint/performance/noAwaitInLoops: the pause between fetches is the point
|
|
||||||
await new Promise((resolve) => setTimeout(resolve, WARM_GAP_MS));
|
await new Promise((resolve) => setTimeout(resolve, WARM_GAP_MS));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user