Skip to content

Commit

Permalink
Fix json export.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Jan 26, 2024
1 parent e18a654 commit f61ac73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions model/pkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ package model

import (
"github.com/konveyor/tackle2-hub/migration/v12/model"
"gorm.io/datatypes"
)

// Field (data) types.
type JSON = datatypes.JSON
type JSON = model.JSON

// Models
type Model = model.Model
Expand Down

0 comments on commit f61ac73

Please sign in to comment.