Skip to content

Commit

Permalink
fix EL key bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkie committed Aug 24, 2024
1 parent ef1a30b commit 2ff17a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/app/dashboard/settings/voice/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const load = async ({ locals: { user }, cookies }) => {
]);

return {
voices: voices,
voices: voices || [],
elevenLabsApiKey: userPersonalELKey,
usePersonalElevenLabsKey: user.usePersonalElevenLabsKey
};
Expand Down

0 comments on commit 2ff17a8

Please sign in to comment.