Skip to content

Commit

Permalink
remove static status
Browse files Browse the repository at this point in the history
Signed-off-by: MUzairS15 <[email protected]>
  • Loading branch information
MUzairS15 committed Aug 7, 2024
1 parent 95ea8a0 commit e706e48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/meshmodel/core/v1beta1/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ func (m *Model) Create(db *database.Handler, hostID uuid.UUID) (uuid.UUID, error
m.ID = modelID
m.CategoryID = id
m.RegistrantID = hostID
m.Status = entity.Enabled
err = db.Omit(clause.Associations).Create(&m).Error
if err != nil {
return uuid.UUID{}, err
Expand Down

0 comments on commit e706e48

Please sign in to comment.