Skip to content

Commit

Permalink
Added missing files from the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nluu175 committed Oct 24, 2023
1 parent 16297ac commit 7689182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/utils/localStorageUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ export const storeAuthorId = (authorId: string) => {
};

export const getAuthorId = () => {
return localStorage.getItem("authToken");
return localStorage.getItem("author_id");
};

0 comments on commit 7689182

Please sign in to comment.