diff options
Diffstat (limited to 'lib/models/reaction.ml')
| -rw-r--r-- | lib/models/reaction.ml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/models/reaction.ml b/lib/models/reaction.ml index 3134bc3..c4ab326 100644 --- a/lib/models/reaction.ml +++ b/lib/models/reaction.ml @@ -1,6 +1 @@ -module Make(Http : S.Http) = struct - type t = Reaction_t.t - - (* let delete reaction user = - Http.delete_reaction *) -end
\ No newline at end of file +include Reaction_t
\ No newline at end of file |