diff --git a/surfsense_backend/app/connectors/slack_history.py b/surfsense_backend/app/connectors/slack_history.py index 6e0e57a..0bb90ec 100644 --- a/surfsense_backend/app/connectors/slack_history.py +++ b/surfsense_backend/app/connectors/slack_history.py @@ -268,7 +268,7 @@ class SlackHistory: channel_id=channel_id, limit=limit, oldest=oldest, - latest=latest # Retyped to remove hidden characters + latest=latest ) return messages, None except SlackApiError as e: