Skip to content

Commit

Permalink
last fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-nicolas committed Jan 2, 2025
1 parent b296d0b commit d47c92b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/connectors/engine/workflow/reset_connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (w Workflow) resetConnector(
),
RunInstallConnector,
InstallConnector{
ConnectorID: resetConnector.ConnectorID,
ConnectorID: newConnector.ID,
Config: config,
},
).Get(ctx, nil); err != nil {
Expand Down
2 changes: 1 addition & 1 deletion internal/connectors/engine/workflow/send_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (w Workflow) runSendEvents(
err := sendEvent(
ctx,
fmt.Sprintf("%s-%s", sendEvents.ConnectorReset.String(), now.Format(time.RFC3339Nano)),
sendEvents.ConnectorReset,
nil,
func(ctx workflow.Context) error {
return activities.EventsSendConnectorReset(
infiniteRetryContext(ctx),
Expand Down

0 comments on commit d47c92b

Please sign in to comment.