Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiomorales committed Jun 4, 2024
1 parent edffcea commit 466fded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core-data/src/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,6 @@ export const saveEditedEntityRecord =
name,
recordId
);

const record = { [ entityIdKey ]: recordId, ...edits };
return await {
values: dispatch.saveEntityRecord( kind, name, record, options ),
Expand Down

0 comments on commit 466fded

Please sign in to comment.