mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 08:41:10 +00:00
chore: Run pnpm format:fix.
This commit is contained in:
@@ -35,11 +35,7 @@ export function transitionState(call: CallRecord, newState: CallState): void {
|
||||
}
|
||||
}
|
||||
|
||||
export function addTranscriptEntry(
|
||||
call: CallRecord,
|
||||
speaker: "bot" | "user",
|
||||
text: string,
|
||||
): void {
|
||||
export function addTranscriptEntry(call: CallRecord, speaker: "bot" | "user", text: string): void {
|
||||
const entry: TranscriptEntry = {
|
||||
timestamp: Date.now(),
|
||||
speaker,
|
||||
|
||||
Reference in New Issue
Block a user