mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 07:01:40 +03:00
chore: Lint extensions folder.
This commit is contained in:
@@ -5,7 +5,9 @@ import { createLobsterTool } from "./src/lobster-tool.js";
|
||||
export default function register(api: OpenClawPluginApi) {
|
||||
api.registerTool(
|
||||
(ctx) => {
|
||||
if (ctx.sandboxed) return null;
|
||||
if (ctx.sandboxed) {
|
||||
return null;
|
||||
}
|
||||
return createLobsterTool(api);
|
||||
},
|
||||
{ optional: true },
|
||||
|
||||
Reference in New Issue
Block a user