Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit 774864d

Browse files
committed
Línea no necesaria
1 parent 2d2220e commit 774864d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/js/components/NotasComponent.vue

-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ export default{
115115
guardarNota(){
116116
if(! this.validar()){ return false; }
117117
this.cargando = true;
118-
const notaNueva = this.nota;
119118
axios({
120119
method: this.nota.id ? 'put' : 'post',
121120
url: this.nota.id ? `/notas/${this.nota.id}` : '/notas',

0 commit comments

Comments
 (0)