Skip to content

Commit

Permalink
Merge branch 'main' into chore/twitter-to-x
Browse files Browse the repository at this point in the history
  • Loading branch information
virus-rpi authored Oct 30, 2024
2 parents 8a77301 + be68f3b commit 9737c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/career-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default async function handler(
});

for (const file of files) {
await client.files.upload({
await client.files.uploadV2({
channels: CHANNEL_ID,
thread_ts: postMessageResult.ts,
file: file.buffer,
Expand Down

0 comments on commit 9737c12

Please sign in to comment.