has_wagonorder: Fix promise result mixup
This commit is contained in:
parent
9232cdaa5f
commit
cda8e53b34
1 changed files with 1 additions and 1 deletions
|
@ -1869,7 +1869,7 @@ sub startup {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$cache->set( $url, 'n' );
|
$cache->set( $url, 'n' );
|
||||||
$promise->resolve;
|
$promise->reject;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)->catch(
|
)->catch(
|
||||||
|
|
Loading…
Reference in a new issue