Skip to content

Commit

Permalink
bugfix for uploading files from livechat (#18474)
Browse files Browse the repository at this point in the history
Co-authored-by: Renato Becker <renato.augusto.becker@gmail.com>
  • Loading branch information
murtaza98 and renatobecker authored Aug 4, 2020
1 parent 139e8db commit fc6592e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/apps/server/converters/uploads.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class AppUploadsConverter {
return undefined;
}

const result = this.orch.getConverters().get('users').convertByToken(upload.visitorToken);
const result = this.orch.getConverters().get('visitors').convertByToken(upload.visitorToken);
delete upload.visitorToken;
return result;
},
Expand Down

0 comments on commit fc6592e

Please sign in to comment.