remove unused vars/aliases and fix bug where first authentication doesn't decrypt link

This commit is contained in:
2022-03-01 22:08:53 -05:00
parent 5047ee653b
commit 45bd5ba81a
8 changed files with 14 additions and 16 deletions

View File

@@ -36,7 +36,7 @@ defmodule Entendu.EncryptedLink do
# end
# Override the storage directory:
def storage_dir(version, {_file, scope}) do
def storage_dir(_version, {_file, scope}) do
"priv/uploads/links/#{scope.id}"
end