From 869ee9c4f4d8a81eed19c8417804478550504bc8 Mon Sep 17 00:00:00 2001 From: c3024 Date: Wed, 11 Oct 2023 16:30:27 +0530 Subject: [PATCH] add empty line before comment --- src/libs/actions/IOU.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/actions/IOU.js b/src/libs/actions/IOU.js index 46b76f746d58..381473c42084 100644 --- a/src/libs/actions/IOU.js +++ b/src/libs/actions/IOU.js @@ -1057,6 +1057,7 @@ function createSplitsAndOnyxData(participants, currentUserLogin, currentUserAcco let isNewOneOnOneChatReport = false; let shouldCreateOptimisticPersonalDetails = false; const personalDetailExists = lodashHas(allPersonalDetails, accountID); + // If this is a split between two people only and the function // wasn't provided with an existing group chat report id // or, if the split is being made from the workspace chat, then the oneOnOneChatReport is the same as the splitChatReport