fix(backend): format migrate_supabase_users.py line 148

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Swifty
2025-12-19 21:14:22 +01:00
parent a80b06d459
commit f6af700f1a

View File

@@ -145,7 +145,9 @@ async def preview_migration(db: Prisma) -> dict:
AND u."passwordHash" IS NULL
"""
)
credentials_to_migrate = credentials_preview[0]["count"] if credentials_preview else 0
credentials_to_migrate = (
credentials_preview[0]["count"] if credentials_preview else 0
)
# Count users that would have Google OAuth migrated
google_preview = await db.query_raw(