Skip to content
Snippets Groups Projects
Commit 00e7b317 authored by syuilo's avatar syuilo
Browse files

Revert "Fix typo"

This reverts commit f3f6dce6.
parent f8ebbfac
No related merge requests found
......@@ -30,7 +30,7 @@ export default async (user, post) => {
const attributedTo = `${config.url}/@${user.username}`;
return {
id: `${config.url}/posts/${post._id}`,
id: `${config.url}/posts/${post._id}}`,
type: 'Note',
attributedTo,
content: post.textHtml,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment