Skip to content

Commit 184f349

Browse files
committed
lint
1 parent 99d0a9b commit 184f349

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/sim/tools/jira/utils.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ export function toAdf(value: string | Record<string, unknown>): Record<string, u
2424
content: [
2525
{
2626
type: 'paragraph',
27-
content: [{ type: 'text', text: typeof value === 'string' ? value : JSON.stringify(value) }],
27+
content: [
28+
{ type: 'text', text: typeof value === 'string' ? value : JSON.stringify(value) },
29+
],
2830
},
2931
],
3032
}

0 commit comments

Comments
 (0)