mirror of
https://github.com/qwibitai/nanoclaw.git
synced 2026-06-04 10:14:47 +08:00
style: apply prettier formatting
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+3
-1
@@ -346,7 +346,9 @@ async function handleApprovalResponse(
|
||||
// Kill the container so the next wake picks up the new env from
|
||||
// resolveProviderContribution.
|
||||
killContainer(session.id, 'provider config updated');
|
||||
notify(`Provider config for "${provider}" updated. Your container will restart with the new settings on the next message.`);
|
||||
notify(
|
||||
`Provider config for "${provider}" updated. Your container will restart with the new settings on the next message.`,
|
||||
);
|
||||
log.info('set_provider_config approved', {
|
||||
approvalId: approval.approval_id,
|
||||
userId,
|
||||
|
||||
Reference in New Issue
Block a user