mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
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:
4
autogpt_platform/backend/scripts/migrate_supabase_users.py
Normal file → Executable file
4
autogpt_platform/backend/scripts/migrate_supabase_users.py
Normal file → Executable 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(
|
||||
|
||||
Reference in New Issue
Block a user