Skip to content

Commit 1f5a770

Browse files
author
aadamgough
committed
lint
1 parent 5ac139d commit 1f5a770

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sim/blocks/blocks/pipedrive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const PipedriveBlock: BlockConfig<PipedriveResponse> = {
5454
'leads:full',
5555
'activities:full',
5656
'mail:full',
57-
'projects:full'
57+
'projects:full',
5858
],
5959
placeholder: 'Select Pipedrive account',
6060
required: true,

apps/sim/lib/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ export const auth = betterAuth({
679679
'leads:full',
680680
'activities:full',
681681
'mail:full',
682-
'projects:full'
682+
'projects:full',
683683
],
684684
responseType: 'code',
685685
redirectURI: `${getBaseUrl()}/api/auth/oauth2/callback/pipedrive`,

0 commit comments

Comments
 (0)