Skip to content

Commit

Permalink
Update bookshelf manually
Browse files Browse the repository at this point in the history
  • Loading branch information
brombaut committed Dec 13, 2024
1 parent ca9d807 commit 0c9dea7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
17 changes: 8 additions & 9 deletions src/bookshelf/syncer_v2/all_books.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,20 +200,19 @@
"book_id": "201465867-you-are-here",
"review_id": 6867958478,
"date_added": "Oct 23, 2024",
"onPage": 150,
"onPage": 173,
"numPages": 368
},
}
],
"read_books": [
{
"title": "The Rule of 30: A Better Way to Save for Retirement",
"author": "Frederick Vettese",
"book_id": "56996770-the-rule-of-30",
"review_id": 6530097345,
"date_added": "May 24, 2024",
"onPage": 169,
"numPages": 224
}
],
"read_books": [
"review_id": "6530097345",
"date_finished": "Dec 10, 2024",
"rating": 3
},
{
"title": "Treasure Under the Tundra: Canada's Arctic Diamonds",
"author": "L.D. Cross",
Expand Down
11 changes: 5 additions & 6 deletions src/bookshelf/syncer_v2/all_books_flattened.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,19 +221,18 @@
"book_id": "201465867-you-are-here",
"review_id": 6867958478,
"date_added": "Oct 23, 2024",
"onPage": 150,
"onPage": 173,
"numPages": 368,
"shelf": "currently-reading"
},
{
"title": "The Rule of 30: A Better Way to Save for Retirement",
"author": "Frederick Vettese",
"book_id": "56996770-the-rule-of-30",
"review_id": 6530097345,
"date_added": "May 24, 2024",
"onPage": 169,
"numPages": 224,
"shelf": "currently-reading"
"review_id": "6530097345",
"date_finished": "Dec 10, 2024",
"rating": 3,
"shelf": "read"
},
{
"title": "Treasure Under the Tundra: Canada's Arctic Diamonds",
Expand Down
2 changes: 1 addition & 1 deletion src/footer/last-deployed.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default "27/11/2024";
export default "12/12/2024";

0 comments on commit 0c9dea7

Please sign in to comment.