Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalian committed Jan 22, 2025
1 parent b4fbb17 commit f8ba3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/shared/themed/demo/courseGenerator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export const CourseGenerator: React.FC = () => {
try {
const response = await jawn.POST("/v1/demo/completion", {
body: {
messages,
messages: messages as any,
promptId: `Course-Generator-${part}`,
userEmail: user?.email ?? "no-email",
sessionId,
Expand Down

0 comments on commit f8ba3bb

Please sign in to comment.