Skip to content

Commit

Permalink
fix: remove default export
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDylann committed Oct 10, 2023
1 parent 76791cc commit c41600e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -2196,7 +2196,7 @@ function clearPrivateNotesError(reportID, accountID) {
Onyx.merge(`${ONYXKEYS.COLLECTION.REPORT}${reportID}`, {privateNotes: {[accountID]: {errors: null}}});
}

export default function getDraftPrivateNote(reportID) {
function getDraftPrivateNote(reportID) {
return draftNoteMap[reportID];
}

Expand Down

0 comments on commit c41600e

Please sign in to comment.