Skip to content

Commit 7afb542

Browse files
committed
fix: small changes
1 parent 3de6b39 commit 7afb542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/internal/import_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def save_events_to_database(events: List[Dict[str, Union[str, Any]]],
185185
owner_id=owner_id)
186186

187187

188-
def user_click_import(file: str, user_id: int, session: SessionLocal) -> str:
188+
def user_click_import(file: str, user_id: int, session: SessionLocal) -> bool:
189189
"""
190190
when user choose a file and click import, we are checking the file
191191
and if everything is ok we will insert the data to DB

0 commit comments

Comments
 (0)