Skip to content

Commit c47b4a6

Browse files
committed
fix type
1 parent a38d0c4 commit c47b4a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/app/resume/[workflowId]/[executionId]/resume-page-client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function getBlockNameFromSnapshot(
163163
}
164164
}
165165

166-
function renderStructuredValuePreview(value: any) {
166+
function renderStructuredValuePreview(value: unknown) {
167167
if (value === null || value === undefined) {
168168
return <span style={{ fontSize: '12px', color: 'var(--text-muted)' }}></span>
169169
}

0 commit comments

Comments
 (0)