Skip to content

Commit d64de2a

Browse files
committed
uneeded comment
1 parent 9255b3b commit d64de2a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/libs/actions/CompanyCards.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,6 @@ function deleteWorkspaceCompanyCardFeed(
348348
];
349349

350350
// Card collections only: API onyxData provides SHARED_NVP on success (avoid merge-after-set on that key).
351-
// Use SET null to fully clear the feed's card data, including cardList (unassigned cards) which
352-
// MERGE with individual card IDs would leave behind.
353351
const successCardUpdates = Object.fromEntries(cardIDs.map((cardID) => [cardID, null]));
354352
const successData: Array<OnyxUpdate<typeof ONYXKEYS.COLLECTION.WORKSPACE_CARDS_LIST | typeof ONYXKEYS.CARD_LIST>> = [
355353
{

0 commit comments

Comments
 (0)