Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koko57 committed Nov 6, 2024
1 parent 9e2771a commit 2e487d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/libs/actions/CompanyCards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,19 +276,19 @@ function unassignWorkspaceCompanyCard(workspaceAccountID: number, bankName: stri
},
},
},
],

successData: [
{
onyxMethod: Onyx.METHOD.MERGE,
key: ONYXKEYS.CARD_LIST,
key: `${ONYXKEYS.COLLECTION.WORKSPACE_CARDS_LIST}${workspaceAccountID}_${bankName}`,
value: {
[cardID]: null,
},
},
],

successData: [
{
onyxMethod: Onyx.METHOD.MERGE,
key: `${ONYXKEYS.COLLECTION.WORKSPACE_CARDS_LIST}${workspaceAccountID}_${bankName}`,
key: ONYXKEYS.CARD_LIST,
value: {
[cardID]: null,
},
Expand Down

0 comments on commit 2e487d1

Please sign in to comment.