Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
fix: Add missing page attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
fourjuaneight committed Jun 12, 2022
1 parent 43f75cb commit bbc5be3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bookmark-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export const bookmarkPage = async (
const source = isArticle ? 'bookmarkPage:articles' : 'bookmarkPage:comics';
const baseData = {
title: data.title,
author: data.author,
site: data.site,
url: data.url,
tags: data.tags,
dead: false,
Expand Down

0 comments on commit bbc5be3

Please sign in to comment.