Skip to content

Commit

Permalink
Merge pull request #126 from Coderberg/2.x
Browse files Browse the repository at this point in the history
Apply fix from prettier
  • Loading branch information
Coderberg authored May 3, 2024
2 parents 2e8db3b + 7f8fecf commit 20a24fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/user/password/_update_password.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
location.reload();
})
.fail(function (data) {
const {message} = JSON.parse(data.responseText);
const { message } = JSON.parse(data.responseText);
$alert.text(message).slideDown();
});
});
Expand Down

0 comments on commit 20a24fd

Please sign in to comment.