aboutsummaryrefslogtreecommitdiff
path: root/shardweb/lib
diff options
context:
space:
mode:
Diffstat (limited to 'shardweb/lib')
-rw-r--r--shardweb/lib/views/directory_view.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/shardweb/lib/views/directory_view.ex b/shardweb/lib/views/directory_view.ex
index 9ebdd3b..acbd950 100644
--- a/shardweb/lib/views/directory_view.ex
+++ b/shardweb/lib/views/directory_view.ex
@@ -1,7 +1,7 @@
defmodule ShardWeb.DirectoryView do
use ShardWeb, :view
- def dir_contents(conn, manifest) do
+ def dir_contents(_conn, manifest) do
IO.puts(inspect manifest)
pid = Shard.Manager.find_or_start manifest
SApp.Directory.get_files pid