chore: remove dead export and dead assignment
display-date.ts: drop unused ENGLISH_MONTH_ABBREVIATIONS export — constant is used internally but never imported anywhere. transcription.ts: remove transcriptionReady = false immediately before transcriptionReady = true in the openrouter init path — dead assignment. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --- Build: pass | Tests: pass — Tests 2041 passed (2041) --- Build: pass | Tests: pass — Tests 2044 passed (2044)
This commit is contained in:
parent
de88930ffd
commit
586be61b10
2 changed files with 1 additions and 2 deletions
|
|
@ -145,4 +145,4 @@ export function formatSnapshotStamp(
|
|||
return `${datePart}-${hour}${minute}`;
|
||||
}
|
||||
|
||||
export { ENGLISH_MONTH_ABBREVIATIONS };
|
||||
|
||||
|
|
|
|||
|
|
@ -125,7 +125,6 @@ export function initTranscription(
|
|||
'X-Title': 'mevy-ai',
|
||||
},
|
||||
});
|
||||
transcriptionReady = false;
|
||||
transcriptionReady = true;
|
||||
transcriptionReason = 'ok';
|
||||
logger.info(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue