Skip to content

Commit

Permalink
Merge pull request #62 from xmtp/np/fix-ci-issue
Browse files Browse the repository at this point in the history
fix: releases JSDoc types can only be used inside documentation comments
  • Loading branch information
nplasterer authored Jun 22, 2023
2 parents 79ff6d6 + e236d4a commit 59331d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XMTP.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type XMTPViewProps = {

export type EncodedContent = {
type: ContentTypeID;
parameters: { [key: string]: [value: string] }? ,
parameters: { [key: string]: [value: string] } | undefined;
content: Uint8Array;
fallback?: string;
};

0 comments on commit 59331d4

Please sign in to comment.