Skip to content

Commit

Permalink
chore: use source push for toplogy push
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jun 21, 2024
1 parent 4cdfd08 commit fdedfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push/topology.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func PushTopology(c echo.Context) error {
Name: data.Name,
Namespace: data.Namespace,
Labels: data.Labels,
Source: "Push",
Source: models.SourcePush,
}

if err = topologyObj.Save(ctx.DB()); err != nil {
Expand Down

0 comments on commit fdedfd5

Please sign in to comment.