Skip to content

Commit

Permalink
review2
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Fontanier committed Aug 1, 2024
1 parent 3087ed1 commit 5cf0bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/lib/models/assistant/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ AgentConfiguration.init(
visualizationEnabled: {
type: DataTypes.BOOLEAN,
allowNull: false,
defaultValue: false,
},
pictureUrl: {
type: DataTypes.TEXT,
Expand Down

0 comments on commit 5cf0bce

Please sign in to comment.