mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(Strava Trigger Node): Fix issue with delete events failing to display data (#6277)
This commit is contained in:
@@ -270,7 +270,7 @@ export class StravaTrigger implements INodeType {
|
||||
return {};
|
||||
}
|
||||
|
||||
if (resolveData) {
|
||||
if (resolveData && body.aspect_type !== 'delete') {
|
||||
let endpoint = `/athletes/${body.object_id}/stats`;
|
||||
if (body.object_type === 'activity') {
|
||||
endpoint = `/activities/${body.object_id}`;
|
||||
|
||||
Reference in New Issue
Block a user