Spaces:
Sleeping
Sleeping
Update extract_and_store_supabase.py
Browse files
extract_and_store_supabase.py
CHANGED
@@ -5,7 +5,6 @@ import requests
|
|
5 |
from supabase_models import Supabase_Client
|
6 |
from authenticate import get_access_token_v1
|
7 |
|
8 |
-
|
9 |
async def extract_structure_store_message(user_id: str, message_id: str, attachment_id: str, attachment_extension: str, email: str):
|
10 |
if attachment_id and message_id:
|
11 |
project_id = os.getenv('PROJECT_ID')
|
|
|
5 |
from supabase_models import Supabase_Client
|
6 |
from authenticate import get_access_token_v1
|
7 |
|
|
|
8 |
async def extract_structure_store_message(user_id: str, message_id: str, attachment_id: str, attachment_extension: str, email: str):
|
9 |
if attachment_id and message_id:
|
10 |
project_id = os.getenv('PROJECT_ID')
|