@ystemsrx/cfshare 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/tools.ts CHANGED
@@ -87,7 +87,7 @@ function registerToolsForContext(api: OpenClawPluginApi, ctx: ToolContext): Regi
87
87
  description: "List all active and tracked exposure sessions",
88
88
  parameters: ExposureListSchema,
89
89
  async execute() {
90
- return jsonResult(manager.exposureList());
90
+ return jsonResult(await manager.exposureList());
91
91
  },
92
92
  },
93
93
  {