mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 09:33:06 +00:00
chore: enable consistent-return
This commit is contained in:
@@ -73,6 +73,7 @@ export function cloneEvent(event: QaBusEvent): QaBusEvent {
|
||||
case "thread-created":
|
||||
return { ...event, thread: { ...event.thread } };
|
||||
}
|
||||
throw new Error("Unsupported QA bus event kind");
|
||||
}
|
||||
|
||||
export function buildQaBusSnapshot(params: {
|
||||
|
||||
Reference in New Issue
Block a user