Skip to content

Commit

Permalink
compiling should work
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesReate committed Feb 3, 2025
1 parent 54a775d commit 90235af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/devices-api/smartcar_stop_connections.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"github.com/DIMO-Network/shared/db"
"github.com/google/subcommands"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
"github.com/volatiletech/sqlboiler/v4/boil"
)

Expand Down Expand Up @@ -57,4 +56,5 @@ func (p *smartcarStopConnectionsCmd) stopConnections(ctx context.Context, scInt
if _, err := scInt.Update(ctx, p.pdb.DBS().Writer, boil.Infer()); err != nil {
return fmt.Errorf("failed to update integration table; task id: %s; %w", scInt.TaskID.String, err)
}
return nil
}

0 comments on commit 90235af

Please sign in to comment.