Skip to content

Commit

Permalink
chore: improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarvora committed May 4, 2023
1 parent 66b173a commit c20ac26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/public/js/frappe/form/footer/form_timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ class FormTimeline extends BaseTimeline {
/**
* Return the latest email communication.
*
* @param {boolean} from_recipient If true, only considers emails where the recipient is in the list of senders.
* @param {boolean} from_recipient If true, only considers emails where current form's recipient is the sender.
* @returns {object|null} The latest email communication, or null if no communication is found.
*/

Expand Down

0 comments on commit c20ac26

Please sign in to comment.