From 01ea1dc3934e3ce192c937a8852af0c4a4e3fa59 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 30 Mar 2026 14:25:18 +0800 Subject: [PATCH] bugfix --- wwwroot/open_provider_accounts.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/open_provider_accounts.dspy b/wwwroot/open_provider_accounts.dspy index d0baae2..0f78a84 100644 --- a/wwwroot/open_provider_accounts.dspy +++ b/wwwroot/open_provider_accounts.dspy @@ -4,5 +4,5 @@ providers = await get_platform_providers() async with get_sor_context(env, 'accounting') as sor: for p in providers: await openProviderAccounts(sor, '0', p.id) - return f'{p} provider accounts opened' + debug(f'{p} provider accounts opened')