Skip to content

Commit

Permalink
remove extra long comment from the Meta field
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Nov 1, 2022
1 parent 44ec96a commit 1a922aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/plugins/files/common/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,7 @@ export type FileMetadata<Meta = unknown> = Required<
FileKind: string;

/**
* User-defined metadata and some pre-defined system fields that can be used
* for searching and filtering.
* User-defined metadata.
*/
Meta?: Meta;
};
Expand Down

0 comments on commit 1a922aa

Please sign in to comment.