Skip to content

Commit

Permalink
Make statusCode optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Pham committed Oct 23, 2024
1 parent b38baf4 commit 53086d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/MetaData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface Content {
creator: string
accessRights: string
service: string
statusCode: string
statusCode?: string
}

interface Data {
Expand Down

0 comments on commit 53086d1

Please sign in to comment.