mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(knip): trim dead exports and tool noise
This commit is contained in:
@@ -2,7 +2,7 @@ import type { ProviderAttempt } from './types';
|
||||
|
||||
export type { ProviderAttempt } from './types';
|
||||
|
||||
export type TranslateFn = (key: string) => string;
|
||||
type TranslateFn = (key: string) => string;
|
||||
|
||||
function formatSingleAttempt(a: ProviderAttempt): string {
|
||||
const base = `${a.provider}: ${a.error ?? 'unknown'}`;
|
||||
|
||||
Reference in New Issue
Block a user