Skip to content

Commit 780c566

Browse files
clean up slightly
1 parent 638fcb0 commit 780c566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web-api/src/file-upload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export function getAllFileUploadsToComplete(
244244
if (thread_ts && channel_id) {
245245
const fileDestinationArgument: FileThreadDestinationArgument = {
246246
channel_id,
247-
thread_ts: upload.thread_ts,
247+
thread_ts,
248248
};
249249
toComplete[compareString] = {
250250
...toComplete[compareString],

0 commit comments

Comments
 (0)