We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780c566 commit aa6e7e2Copy full SHA for aa6e7e2
1 file changed
packages/web-api/src/file-upload.ts
@@ -242,13 +242,13 @@ export function getAllFileUploadsToComplete(
242
initial_comment,
243
};
244
if (thread_ts && channel_id) {
245
- const fileDestinationArgument: FileThreadDestinationArgument = {
+ const fileThreadDestinationArgument: FileThreadDestinationArgument = {
246
channel_id,
247
thread_ts,
248
249
toComplete[compareString] = {
250
...toComplete[compareString],
251
- ...fileDestinationArgument,
+ ...fileThreadDestinationArgument,
252
253
}
254
if ('token' in upload) {
0 commit comments