Skip to content

Commit 52d4e52

Browse files
committed
[feat]: changes to implement user background async profiling after github authorization
1 parent 35fd68b commit 52d4e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/api/v1/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from fastapi.responses import HTMLResponse
33
from app.database.supabase.client import get_supabase_client
44
from app.services.auth.verification import find_user_by_session_and_verify, get_verification_session_info
5-
from app.services.user.profiling import profile_user_from_github
5+
from app.services.github.user.profiling import profile_user_from_github
66
from typing import Optional
77
import logging
88
import asyncio

0 commit comments

Comments
 (0)