Skip to content

Commit

Permalink
fixing merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
emilysunaryo committed Mar 14, 2024
1 parent 8096181 commit 40f6ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queries/stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export async function fetchNewStories(): Promise<StoryCard[]> {
export async function fetchStoryPreviewById(
storyId: number,
): Promise<StoryPreview[]> {
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) {
Expand Down

0 comments on commit 40f6ff2

Please sign in to comment.