Skip to content

Commit 0ded698

Browse files
committed
fix(ashby): add subblock ID migrations for removed emailType and phoneType
1 parent 3ee0ecd commit 0ded698

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/sim/lib/workflows/migrations/subblock-migrations.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ export const SUBBLOCK_ID_MIGRATIONS: Record<string, Record<string, string>> = {
2323
knowledge: {
2424
knowledgeBaseId: 'knowledgeBaseSelector',
2525
},
26+
ashby: {
27+
emailType: 'email',
28+
phoneType: 'phoneNumber',
29+
},
2630
}
2731

2832
/**

0 commit comments

Comments
 (0)