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