Skip to content

Commit

Permalink
fix: mypy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jun 9, 2024
1 parent c9e18c0 commit 3c04a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack_cleaner2/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def reactions(self) -> List["SlackMessageReaction"]:
message = self._slack.safe_api(
lambda: self._slack.client.reactions_get(
channel=self.channel.id,
timestamp=self.ts,
timestamp=self.json["ts"],
full=True,
),
"message",
Expand Down

0 comments on commit 3c04a1f

Please sign in to comment.