Skip to content

Commit

Permalink
Update comments.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lgor360 authored Jan 9, 2025
1 parent 920e26c commit cc5ee51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@
}

async function loadPost() {
const posto = await fetchPost();
renderPost(posto);
const post_view = await fetchPost();
renderPost(post_view);
}

// функция для входа (заглушка)
Expand Down

0 comments on commit cc5ee51

Please sign in to comment.