Skip to content

Commit

Permalink
Merge pull request #2 from mcna/master
Browse files Browse the repository at this point in the history
Add missing nil arguments for create-annotation options
  • Loading branch information
aphyr committed May 4, 2014
2 parents a7de930 + 61237f8 commit 1b1e846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj_librato/metrics.clj
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
http://dev.librato.com/v1/post/annotations/:name"
([user api-key name annotation]
(create-annotation user api-key name annotation))
(create-annotation user api-key name annotation nil))
([user api-key name annotation options]
{:pre [(or (nil? options)(map? options))]}
(assert name)
Expand Down

0 comments on commit 1b1e846

Please sign in to comment.