Skip to content

Commit 185da79

Browse files
chore(integrations): biome formatting after wiza merge resolution
1 parent c39646a commit 185da79

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

apps/sim/blocks/blocks/wiza.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -486,13 +486,11 @@ Return ONLY the JSON object - no explanations, no extra text.`,
486486
},
487487
status: {
488488
type: 'string',
489-
description:
490-
'Reveal status (individual_reveal): queued | resolving | finished | failed',
489+
description: 'Reveal status (individual_reveal): queued | resolving | finished | failed',
491490
},
492491
is_complete: {
493492
type: 'boolean',
494-
description:
495-
'Whether the reveal has completed (individual_reveal)',
493+
description: 'Whether the reveal has completed (individual_reveal)',
496494
},
497495
name: { type: 'string', description: 'Full name (individual_reveal)' },
498496
company: { type: 'string', description: 'Company name (individual_reveal)' },

apps/sim/tools/enrichment-hosting.test.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,14 @@ describe('Wiza hosted key pricing', () => {
223223
.mockResolvedValueOnce(
224224
new Response(
225225
JSON.stringify({
226-
data: { id: 1, status: 'finished', email: 'a@b.com', email_status: 'valid', emails: [], phones: [] },
226+
data: {
227+
id: 1,
228+
status: 'finished',
229+
email: 'a@b.com',
230+
email_status: 'valid',
231+
emails: [],
232+
phones: [],
233+
},
227234
}),
228235
{ status: 200, headers: { 'Content-Type': 'application/json' } }
229236
)

0 commit comments

Comments
 (0)