aboutsummaryrefslogtreecommitdiff
path: root/lib/client/src/channels.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/client/src/channels.ts')
-rw-r--r--lib/client/src/channels.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/client/src/channels.ts b/lib/client/src/channels.ts
index 6ddecca..d5dcc8f 100644
--- a/lib/client/src/channels.ts
+++ b/lib/client/src/channels.ts
@@ -91,7 +91,7 @@ export const createScopedChannelApi = (channelFile: string, channelId: string):
//Await the selected channel index
const channel = await index
//Get the post index from the channel
- return channel ? `${channel.path}/${channel.content}` : undefined;
+ return channel ? `${channel.path}/content.json` : undefined;
}
return{