Skip to content

Commit

Permalink
JS Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwenmemon committed Feb 1, 2023
1 parent 439d37a commit e15397d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1143,8 +1143,8 @@ function isIOUOwnedByCurrentUser(report, currentUserLogin, iouReports = {}) {
*
* @param {Object} report
* @param {Array<Object>} policies
* @param {Array<String>>} betas
* @return {Boolean|boolean}
* @param {Array<String>} betas
* @return {Boolean}
*/
function canSeeDefaultRoom(report, policies, betas) {
// Include archived rooms
Expand Down

0 comments on commit e15397d

Please sign in to comment.