Skip to content

Commit

Permalink
Update na seed que cria as confifurações padrões
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh authored Jun 8, 2022
1 parent 30c3044 commit 9b80e09
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ module.exports = {
value: "10",
createdAt: new Date(),
updatedAt: new Date()
},
{
key: "closeTicketApi",
value: "disabled",
createdAt: new Date(),
updatedAt: new Date()
}
],
{}
Expand Down

0 comments on commit 9b80e09

Please sign in to comment.