Skip to content

Commit

Permalink
Update entities.ex.ts (#527)
Browse files Browse the repository at this point in the history
lint code (remove space)
  • Loading branch information
AlboCode authored Jul 21, 2024
1 parent a7302b0 commit 5651be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/examples/entities.ex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ todosStore.pipe(selectAllEntities()).subscribe((todos) => {

todosStore.update(
setEntities([
{ id: 1, label: 'one ' },
{ id: 1, label: 'one' },
{ id: 2, label: 'two' },
])
);

0 comments on commit 5651be0

Please sign in to comment.