Skip to content

Commit

Permalink
Add better handling for partial failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbirk committed Oct 17, 2024
1 parent a52594a commit 769db6f
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 256 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public class DocumentAsset extends TerariumAsset {

@TSOptional
@Column(columnDefinition = "text")
@Deprecated
private String documentAbstract;

@TSOptional
Expand Down
Loading

0 comments on commit 769db6f

Please sign in to comment.