Skip to content

Commit

Permalink
Simplify map append example
Browse files Browse the repository at this point in the history
  • Loading branch information
amalagaura committed Nov 17, 2020
1 parent c5d559f commit e0e4054
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@ id: 1
type: book
awards:
books:
- id: 1
- id: book-botev
title: International Botev
reviewers:
- id: 2
name: PersonB
- id: 2
title: Dayton Literary Peace Prize
reviewers:
- id: 3
name: PersonC
- id: 3
- id: person-a
name: Person A
- id: example-book
title: Example Book
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ awards:
#@overlay/match missing_ok=True
reviewers:
#@overlay/append
- id: 1
name: Person A
- id: person-b
name: Person B

0 comments on commit e0e4054

Please sign in to comment.