mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 11:04:59 +00:00
chore: Enable typescript/no-explicit-any rule.
This commit is contained in:
@@ -355,7 +355,7 @@ export const tlonPlugin: ChannelPlugin = {
|
||||
} finally {
|
||||
await api.delete();
|
||||
}
|
||||
} catch (error: any) {
|
||||
} catch (error) {
|
||||
return { ok: false, error: error?.message ?? String(error) };
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user