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:
@@ -153,7 +153,7 @@ export default {
|
||||
this.error = error.message;
|
||||
}
|
||||
})
|
||||
.then((result) => {
|
||||
.then(() => {
|
||||
// always run
|
||||
this.loading = false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user