Skip to content

Commit

Permalink
rename param id to fact-id
Browse files Browse the repository at this point in the history
  • Loading branch information
nberger committed Nov 18, 2014
1 parent 0398364 commit b78a32e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/time_series_storage/postgres.clj
Expand Up @@ -62,15 +62,15 @@
(throw (Exception. (format "Fact %s is not defined" id))))
)

(inc! [service id categories]
(inc! [service fact-id categories]
(api/inc! service
id
fact-id
(java.util.Date.)
categories))

(inc! [service id timestamp categories]
(inc! [service fact-id timestamp categories]
(u/new-fact config
id
fact-id
(tcoerce/from-date timestamp)
1
categories))
Expand Down

0 comments on commit b78a32e

Please sign in to comment.