Skip to content

Commit

Permalink
fix: missing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Feb 2, 2025
1 parent 71a6aef commit cb95121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/amazon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ export async function summarize(url: URL): Promise<summary> {
},
sitename: 'Amazon',
activityPub: null,
fediverseCreator: null,
};
}
1 change: 1 addition & 0 deletions src/plugins/wikipedia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ export async function summarize(url: URL): Promise<summary> {
},
sitename: 'Wikipedia',
activityPub: null,
fediverseCreator: null,
};
}

0 comments on commit cb95121

Please sign in to comment.