Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedGaber93 committed Jul 5, 2024
1 parent 266405d commit cd038ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ExpensiMark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ export default class ExpensiMark {

{
name: 'reportMentions',
// match self closing and non self closing tags
regex: /<mention-report reportID="(\d+)"(?: *\/>|><\/mention-report>)/gi,
replacement: (extras, _match, g1, _offset, _string) => {
const reportToNameMap = extras.reportIDToName;
Expand Down

0 comments on commit cd038ce

Please sign in to comment.