Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
chore: change a presenting pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Candinya committed Sep 19, 2021
1 parent 36a1df3 commit fc67269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/rss3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export type IRSS3 = RSS3;

export interface IAssetProfile {
assets: GeneralAsset[];
status: boolean | undefined;
status?: boolean;
}

export interface Theme {
Expand Down

0 comments on commit fc67269

Please sign in to comment.