This commit is contained in:
yumoqing 2026-03-30 14:25:18 +08:00
parent 00fb327533
commit 01ea1dc393

View File

@ -4,5 +4,5 @@ providers = await get_platform_providers()
async with get_sor_context(env, 'accounting') as sor: async with get_sor_context(env, 'accounting') as sor:
for p in providers: for p in providers:
await openProviderAccounts(sor, '0', p.id) await openProviderAccounts(sor, '0', p.id)
return f'{p} provider accounts opened' debug(f'{p} provider accounts opened')