Skip to content

Commit 638fcb0

Browse files
fix linting issues
1 parent f2e6fb3 commit 638fcb0

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
@@ -245,10 +245,10 @@ export function getAllFileUploadsToComplete(
245245
const fileDestinationArgument: FileThreadDestinationArgument = {
246246
channel_id,
247247
thread_ts: upload.thread_ts,
248-
}
248+
};
249249
toComplete[compareString] = {
250250
...toComplete[compareString],
251-
...fileDestinationArgument
251+
...fileDestinationArgument,
252252
};
253253
}
254254
if ('token' in upload) {

0 commit comments

Comments
 (0)