Skip to content

Commit

Permalink
cleanup: make content type optional
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Oct 24, 2024
1 parent 2088544 commit 1f6195d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface AtomEntry {
summary: string;
content: {
body: string;
type: string;
type?: string;
};
}

Expand Down

0 comments on commit 1f6195d

Please sign in to comment.