From 40f6ff28afd91c750242840d12066f0d146b9575 Mon Sep 17 00:00:00 2001 From: Emily Sunaryo Date: Wed, 13 Mar 2024 22:18:25 -0700 Subject: [PATCH] fixing merge conflicts --- src/queries/stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/queries/stories.tsx b/src/queries/stories.tsx index 997f0048..82f65a1e 100644 --- a/src/queries/stories.tsx +++ b/src/queries/stories.tsx @@ -87,7 +87,7 @@ export async function fetchNewStories(): Promise { export async function fetchStoryPreviewById( storyId: number, ): Promise { - const { data, error } = await supabase.rpc('fetch_story_preview_by_id', { + const { data, error } = await supabase.rpc('curr_story_preview_by_id', { input_story_id: storyId, }); if (error) {