This commit is contained in:
2026-02-11 22:05:18 +01:00
parent fc88b21148
commit 7d183929d7
2 changed files with 2 additions and 23 deletions

View File

@@ -117,6 +117,8 @@ function handleError(message) {
* 8. Gestisci gli errori con handleError()
*/
async function fetchUserAndPosts() {
// TODO Rimuovi questa riga e completa la funzione
handleError('Codice non implementato - Completa la funzione fetchUserAndPosts()');
}