Skip to content

Commit

Permalink
parametro adicionado
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro O Intankavel committed Jul 2, 2023
1 parent 3f05e3e commit 9bd9377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptPH.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function editBook() {
livro.dateFormat = newDate;
}

saveBookStore();
saveBookStore(library);
console.log(`******* Livro editado com sucesso! *******`);
}
openLibrary(); // Executa o programa chamando a função openLibrary()

0 comments on commit 9bd9377

Please sign in to comment.