remove unused vars/aliases and fix bug where first authentication doesn't decrypt link
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user