Skip to content

Commit

Permalink
Fix ToRow instance
Browse files Browse the repository at this point in the history
  • Loading branch information
ngua committed Sep 16, 2024
1 parent d30a7e4 commit d1e33bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inferno-ml-server-types/src/Inferno/ML/Server/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ instance ToField gid => ToRow (ModelVersion gid Oid) where
toRow mv =
[ toField Default,
mv.model & toField,
mv.description & toField,
mv.card & Aeson & toField,
mv.contents & toField,
mv.version & toField,
Expand Down

0 comments on commit d1e33bb

Please sign in to comment.