Skip to content

Commit

Permalink
fix: free foreva
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhooks committed Nov 27, 2024
1 parent b439eac commit 952bd04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/lessons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const lessonQuery = groq`
"transcript": transcript.text,
duration,
},
'free_forever': accessLevel == 'free',
'path': '/lessons/' + slug.current,
'thumb_url': thumbnailUrl,
'icon_url': coalesce(softwareLibraries[0].library->image.url, 'https://res.cloudinary.com/dg3gyk0gu/image/upload/v1567198446/og-image-assets/eggo.svg'),
Expand Down

0 comments on commit 952bd04

Please sign in to comment.