Skip to content

Commit

Permalink
fix: null email in request to /share
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelDeimos committed Jun 20, 2024
1 parent 1c2ba76 commit bf63144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/UIWindowShare.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ async function UIWindowShare(items, recipient){
},
data: JSON.stringify({
recipients:[
recipient_username
recipient_username || recipient_email
],
shares: [
{
Expand Down

0 comments on commit bf63144

Please sign in to comment.