Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

fix(slack): change positional to named arguments#5993

Merged
whitdog47 merged 1 commit into
mainfrom
fix/slack-positional-arguments-to-named
May 20, 2025
Merged

fix(slack): change positional to named arguments#5993
whitdog47 merged 1 commit into
mainfrom
fix/slack-positional-arguments-to-named

Conversation

@whitdog47

@whitdog47 whitdog47 commented May 20, 2025

Copy link
Copy Markdown
Contributor

This PR updates the fetch_activity call in the Slack plugin to use named arguments instead of positional ones for improved readability and to solve ordering problems.

@whitdog47 whitdog47 requested a review from Copilot May 20, 2025 01:58
@whitdog47 whitdog47 self-assigned this May 20, 2025
@whitdog47 whitdog47 added the bug Something isn't working label May 20, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the fetch_activity call in the Slack plugin to use named arguments instead of positional ones for improved readability and future-proofing.

  • Change fetch_activity(client, subject, oldest=oldest) to use explicit parameter names.

@whitdog47 whitdog47 merged commit 30e11d9 into main May 20, 2025
11 checks passed
@whitdog47 whitdog47 deleted the fix/slack-positional-arguments-to-named branch May 20, 2025 02:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants