fix issue with longer context

This commit is contained in:
2025-04-10 21:43:21 +03:00
parent 6a1702282d
commit 980b733a32
4 changed files with 44 additions and 51 deletions

View File

@@ -2,7 +2,7 @@ import { omit } from "radash";
export default defineOAuthStravaEventHandler({
config: {
scope: ["read,activity:read,activity:write"],
scope: ["read,activity:read_all,activity:write"],
},
onSuccess: async (event, auth) => {
const userPayload = {