Skip to content

Commit

Permalink
fixing invalid date error
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocostadev committed Oct 11, 2023
1 parent 5f34548 commit 2c2f1cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Default.args = {
connected: true,
},
instanceRecord: {
_updatedAt: new Date('00-00-00'),
_createdAt: new Date('00-00-00'),
_updatedAt: new Date(),
_createdAt: new Date(),
_id: 'instance-id',
name: 'instance-name',
pid: 123,
Expand Down

0 comments on commit 2c2f1cb

Please sign in to comment.