Avoid supplant user error to appear 2 times

This commit is contained in:
William Buezas 2024-09-16 09:30:42 -03:00
parent 67847e798b
commit f56d4cca14
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ const supplantUser = async user => {
router.push({ name: 'confirmedOrders' });
} catch (error) {
console.error('Error supplanting user:', error);
// notify(error.message, 'negative');
}
};
</script>