Add tone support

This commit is contained in:
2025-04-08 18:38:07 +03:00
parent 8082eae230
commit 3fb4afd4fa
8 changed files with 53 additions and 18 deletions

View File

@@ -55,7 +55,8 @@ export default defineOAuthStravaEventHandler({
userId: user.id,
data: {
enabled: true,
language: "english",
language: "English",
tone: "Casual",
},
})
.onConflictDoNothing();