@troykelly/openclaw-projects 0.0.56 → 0.0.58

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.
@@ -3594,7 +3594,7 @@ function createToolHandlers(state) {
3594
3594
  return { success: false, error: response.error.message || 'Failed to grant namespace access' };
3595
3595
  }
3596
3596
  const d = response.data;
3597
- return { success: true, data: { content: `Granted **${d.role}** access to **${d.namespace}** for ${d.email}.`, details: d } };
3597
+ return { success: true, data: { content: `Granted **${d.access}** access to **${d.namespace}** for ${d.email}.`, details: d } };
3598
3598
  }
3599
3599
  catch (error) {
3600
3600
  logger.error('namespace_grant failed', { error });