Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raymeskhoury authored Jul 24, 2024
1 parent 60e034c commit da0209e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/src/blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async function addPost(name) {

async function downloadPosts() {
const urlParams = new URLSearchParams(window.location.search);
const postName = urlParams.get("post");
let postName = urlParams.get("post");

const posts = await getPosts();
if (posts === null) {
Expand Down

0 comments on commit da0209e

Please sign in to comment.