mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Revert "Fix typo"
This reverts commit f3f6dce60b9ace954a26b0e045d8bf8f49571482.
This commit is contained in:
parent
ece470fd23
commit
6eac6f8ddd
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue