this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Ignore error in Sandbox

garrison 87206979 e7cbb9f1

+1 -1
+1 -1
lib/sandbox.ex
··· 97 97 # The ClusterNode would traditionally write coordinators, 98 98 # but for a distributed cluster there may not be one on this node 99 99 cluster_name = Keyword.fetch!(opts, :cluster_name) 100 - :ok = Hobbes.Cache.write_coordinators(cluster_name, coordinators) 100 + Hobbes.Cache.write_coordinators(cluster_name, coordinators) 101 101 102 102 {:ok, coordinators} 103 103 end