This commit is contained in:
Denis Fedoseev 2018-09-10 21:27:35 +03:00
parent c3d690f98a
commit 455484f2b2

View file

@ -263,7 +263,6 @@ post '/upload' => ( authenticated => 1 ) => sub {
#TODO: add errors handling
Mojo::Promise->all($promise)->then(sub {
$log->debug(Dumper(\@_));
my $res = shift;
save_tags($imager, $res->[1]);