dwyl / phoenix-ecto-append-only-log-example

📝 A step-by-step example/tutorial showing how to build a Phoenix (Elixir) App where all data is immutable (append only). Precursor to Blockchain, IPFS or Solid!
GNU General Public License v2.0
78 stars 7 forks source link

`get_history` does not return an {:ok, _} tuple. #19

Closed geekoftheweek closed 5 years ago

geekoftheweek commented 5 years ago

The "get history of item" test contains this code: {:ok, history} = Address.get_history(updated_item) but get_history returns [Ecto.schema.t()] | no_return()

bmartin2015 commented 5 years ago

This issue was resolved in https://github.com/dwyl/phoenix-ecto-append-only-log-example/pull/24

nelsonic commented 5 years ago

@bmartin2015 thanks again for fixing. ⭐️