Skip to content

Commit a56451a

Browse files
waleedlatif1claude
andcommitted
style: format long lines in calcom, pipedrive, and sharepoint blocks
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4c6c9e8 commit a56451a

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

apps/sim/blocks/blocks/calcom.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,10 @@ Return ONLY valid JSON - no explanations.`,
851851
cancellationReason: { type: 'string', description: 'Reason for cancellation' },
852852
reschedulingReason: { type: 'string', description: 'Reason for rescheduling' },
853853
bookingStatus: { type: 'string', description: 'Filter by booking status' },
854-
selected_eventTypeIdParam: { type: 'number', description: 'Event type ID for get/update/delete' },
854+
selected_eventTypeIdParam: {
855+
type: 'number',
856+
description: 'Event type ID for get/update/delete',
857+
},
855858
title: { type: 'string', description: 'Event type title' },
856859
slug: { type: 'string', description: 'URL-friendly slug' },
857860
eventLength: { type: 'number', description: 'Event duration in minutes' },

apps/sim/blocks/blocks/pipedrive.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,11 @@ Return ONLY the date string in YYYY-MM-DD format - no explanations, no quotes, n
775775
oauthCredential,
776776
}
777777

778-
if (selected_pipeline_id !== undefined && selected_pipeline_id !== null && selected_pipeline_id !== '') {
778+
if (
779+
selected_pipeline_id !== undefined &&
780+
selected_pipeline_id !== null &&
781+
selected_pipeline_id !== ''
782+
) {
779783
cleanParams.pipeline_id = selected_pipeline_id
780784
}
781785

apps/sim/blocks/blocks/sharepoint.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,10 @@ Return ONLY the JSON object - no explanations, no markdown, no extra text.`,
535535
includeItems: { type: 'boolean', description: 'Include items in response' },
536536
itemId: { type: 'string', description: 'List item ID (canonical param)' },
537537
listItemFields: { type: 'string', description: 'List item fields (canonical param)' },
538-
selected_driveId: { type: 'string', description: 'Document library (drive) ID (canonical param)' },
538+
selected_driveId: {
539+
type: 'string',
540+
description: 'Document library (drive) ID (canonical param)',
541+
},
539542
folderPath: { type: 'string', description: 'Folder path for file upload' },
540543
fileName: { type: 'string', description: 'File name override' },
541544
selected_files: { type: 'array', description: 'Files to upload (canonical param)' },

0 commit comments

Comments
 (0)