From 19ddba7e7ca91fd7c51243e535aed7b5486c4963 Mon Sep 17 00:00:00 2001 From: Stefan <84-stefancruz@users.noreply.gitlab.futo.org> Date: Sat, 20 Jul 2024 00:04:45 +0000 Subject: [PATCH] Update file Content Types.md --- docs/Content Types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Content Types.md b/docs/Content Types.md index 660e9855..06186624 100644 --- a/docs/Content Types.md +++ b/docs/Content Types.md @@ -70,7 +70,7 @@ A feed object representing a community post with text, and optionally images. *Usage:* ```javascript -new PlatformPost{ +new PlatformPost({ id: new PlatformID(config.name, item?.id, config.id), name: item?.attributes?.title, author: getPlatformAuthorLink(item, context),