1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-12-22 00:19:19 +02:00

Chore: Refactor JS functions and remove unused parameters

This commit is contained in:
Ralph Slooten
2025-07-24 17:27:11 +12:00
parent 33fe814c34
commit cce21854b9
13 changed files with 28 additions and 23 deletions

View File

@@ -153,7 +153,7 @@ export default {
this.error = error.message;
}
})
.then((result) => {
.then(() => {
// always run
this.loading = false;
});