Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeesCBakker committed Apr 30, 2024
1 parent fc68e14 commit 8af4047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/implementations/RocketChatUploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class RocketChatUploader extends Uploader {

const { status } = rocketchatResBodyJson;
if (status === 'success') {
return {
return {
'X-Auth-Token': rocketchatResBodyJson.data.authToken,
'X-User-Id': rocketchatResBodyJson.data.userId,
};
Expand Down

0 comments on commit 8af4047

Please sign in to comment.