Omkar008 commited on
Commit
71f37da
·
verified ·
1 Parent(s): 0b35102

Update extract_and_store_supabase.py

Browse files
Files changed (1) hide show
  1. extract_and_store_supabase.py +1 -1
extract_and_store_supabase.py CHANGED
@@ -6,7 +6,7 @@ from supabase_models import Supabase_Client
6
  from authenticate import get_access_token_v1
7
 
8
 
9
- 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')
12
  processor_id = os.getenv('PROCESSOR_ID')
 
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')
12
  processor_id = os.getenv('PROCESSOR_ID')