inaka / canillita

Simple Paperboy-themed PubSub
http://inaka.net/blog/2016/01/04/canillita-your-first-erlang-web-server-V2/
Apache License 2.0
26 stars 11 forks source link

Wrong spec definition for canillita_newsitems_repo:fetch_since/1 #18

Closed harenson closed 8 years ago

harenson commented 8 years ago

Right now it is:

-spec fetch_since(CreatedAt::calendar:datetime() | undefined) ->

And it should be:

-spec fetch_since(LastEventId::canillita_newsitems:id() | undefined) ->