Skip to content

Commit aa6e7e2

Browse files
Improve naming
1 parent 780c566 commit aa6e7e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,13 @@ export function getAllFileUploadsToComplete(
242242
initial_comment,
243243
};
244244
if (thread_ts && channel_id) {
245-
const fileDestinationArgument: FileThreadDestinationArgument = {
245+
const fileThreadDestinationArgument: FileThreadDestinationArgument = {
246246
channel_id,
247247
thread_ts,
248248
};
249249
toComplete[compareString] = {
250250
...toComplete[compareString],
251-
...fileDestinationArgument,
251+
...fileThreadDestinationArgument,
252252
};
253253
}
254254
if ('token' in upload) {

0 commit comments

Comments
 (0)