mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 15:14:57 +00:00
chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
This commit is contained in:
@@ -58,9 +58,7 @@ export function defaultVoiceWakeTriggers() {
|
||||
return [...DEFAULT_TRIGGERS];
|
||||
}
|
||||
|
||||
export async function loadVoiceWakeConfig(
|
||||
baseDir?: string,
|
||||
): Promise<VoiceWakeConfig> {
|
||||
export async function loadVoiceWakeConfig(baseDir?: string): Promise<VoiceWakeConfig> {
|
||||
const filePath = resolvePath(baseDir);
|
||||
const existing = await readJSON<VoiceWakeConfig>(filePath);
|
||||
if (!existing) {
|
||||
|
||||
Reference in New Issue
Block a user