# HG changeset patch # User Thomas Junk # Date 1566828007 -7200 # Node ID 5b31d1f6aa90c39a756eed7b716390b240190f73 # Parent 0b90c34fa378b388cf58da0d89e25e372fd70b66 Profiles: add an empty then handler to omit problems with promise rejection diff -r 0b90c34fa378 -r 5b31d1f6aa90 client/src/components/fairway/Profiles.vue --- a/client/src/components/fairway/Profiles.vue Mon Aug 26 15:33:11 2019 +0200 +++ b/client/src/components/fairway/Profiles.vue Mon Aug 26 16:00:07 2019 +0200 @@ -497,6 +497,7 @@ } } ) + .then() .catch(error => { let status, data, message; if (error.response) {