Skip to content

Commit 60c76ae

Browse files
Reverted changes
1 parent 8696772 commit 60c76ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SlackApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function completeUploadExternal(string $channel, string $subject): bool
119119
[
120120
'token' => $this->token,
121121
'files' => json_encode([['id' => $this->fileID]]),
122-
'channels' => $channel,
122+
'channel_id' => $channel,
123123
'initial_comment' => $subject
124124
],
125125
['Content-Type' => 'multipart/form-data']

0 commit comments

Comments
 (0)