Skip to content

Commit 90dfdfc

Browse files
author
aadamgough
committed
removed comment
1 parent bc15a88 commit 90dfdfc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

apps/sim/blocks/blocks/slack.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
import { SlackIcon } from '@/components/icons'
2-
import { createLogger } from '@/lib/logs/console/logger'
32
import type { BlockConfig } from '@/blocks/types'
43
import { AuthMode } from '@/blocks/types'
54
import type { SlackResponse } from '@/tools/slack/types'
65
import { getTrigger } from '@/triggers'
76

8-
const logger = createLogger('SlackBlock')
9-
107
export const SlackBlock: BlockConfig<SlackResponse> = {
118
type: 'slack',
129
name: 'Slack',

apps/sim/blocks/blocks/wealthbox.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ export const WealthboxBlock: BlockConfig<WealthboxResponse> = {
158158
params: (params) => {
159159
const { credential, operation, contactId, manualContactId, taskId, ...rest } = params
160160

161-
// Handle both selector and manual inputs for contactId
162161
const effectiveContactId = (contactId || manualContactId || '').trim()
163162

164163
const baseParams = {

0 commit comments

Comments
 (0)