Skip to content

Commit f485fd6

Browse files
icecrasher321Vikhyath Mondreti
authored andcommitted
fix(autopan): migration missing (#614)
* add autopan migration * fix lint * fix linter * fix tests --------- Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@vikhyaths-air.lan>
1 parent e92a009 commit f485fd6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apps/sim/executor/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -649,13 +649,8 @@ export class Executor {
649649
if (this.workflowInput && typeof this.workflowInput === 'object') {
650650
// Check if this is a chat workflow input (has both input and conversationId)
651651
if (
652-
<<<<<<< HEAD
653652
Object.hasOwn(this.workflowInput, 'input') &&
654653
Object.hasOwn(this.workflowInput, 'conversationId')
655-
=======
656-
Object.prototype.hasOwnProperty.call(this.workflowInput, 'input') &&
657-
Object.prototype.hasOwnProperty.call(this.workflowInput, 'conversationId')
658-
>>>>>>> 34b590a1 (merged improvement/connection into staging (#604))
659654
) {
660655
// Chat workflow: extract input and conversationId to root level
661656
const starterOutput = {

0 commit comments

Comments
 (0)