Skip to content

Commit

Permalink
Remove eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperhuangg committed Sep 17, 2021
1 parent 3150ebb commit 4b66aab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,6 @@ function fetchAllReports(
// This means they were a participant in reports before their account was created (e.g. default rooms)
const hasConciergeChat = _.some(returnedReports, report => isConciergeChatReport(report));
if (!hasConciergeChat) {
// eslint-disable-next-line no-use-before-define
fetchOrCreateChatReport([currentUserEmail, CONST.EMAIL.CONCIERGE], false);
}

Expand Down

0 comments on commit 4b66aab

Please sign in to comment.