Skip to content

Commit

Permalink
cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
huytran17 committed Jun 9, 2024
1 parent 954d7ca commit 3ab100b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function makeCreatePostController({

const post = await getPost({ _id: created_post._id });

const { title, description, categories, author, tags } = post;
const { title, description, categories } = post;

logger.verbose(`Created post ${created_post.title}`);

Expand Down

0 comments on commit 3ab100b

Please sign in to comment.