(cherry picked from commit bbd606af25817244eff6cfb6f945b3099d94f42c)
@@ -141,7 +141,7 @@
headers: {
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
}
- }).then(function (result) {
+ }).then(function () {
console.log('Updated csrf token');
});