diff options
| author | Adelyn Breelove <[email protected]> | 2018-12-12 15:00:46 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2018-12-12 15:00:46 -0700 |
| commit | 260ccd9960b852b9c69b88e9840d5a8b22bb8e1d (patch) | |
| tree | 4a41c663b3b719b89a20052c6ce4efbbbd2420f8 /lib/models/attachment.ml | |
| parent | Add retry on connect fail logic (diff) | |
| download | disml-260ccd9960b852b9c69b88e9840d5a8b22bb8e1d.tar.xz disml-260ccd9960b852b9c69b88e9840d5a8b22bb8e1d.zip | |
Work on event dispatch and add model derives
Diffstat (limited to 'lib/models/attachment.ml')
| -rw-r--r-- | lib/models/attachment.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/attachment.ml b/lib/models/attachment.ml index 095743d..595aa45 100644 --- a/lib/models/attachment.ml +++ b/lib/models/attachment.ml @@ -6,4 +6,4 @@ type t = { proxy_url: string; height: int option; width: int option; -}
\ No newline at end of file +} [@@deriving yojson]
\ No newline at end of file |