Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: updatedAt parameter #3208

Merged
merged 2 commits into from
Jan 3, 2024
Merged

Conversation

AdityaPimpalkar
Copy link
Contributor

fixes: #3053

Comment on lines +34 to +38
const argsData = {
...computedArgs.data,
updatedAt: new Date().toISOString(),
};

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me know if this is okay or it is supposed to be wrapped with a typed definition

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we are happy with this for now!

Copy link
Member

@charlesBochet charlesBochet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @AdityaPimpalkar! Looks to be the good approach to me!

Comment on lines +34 to +38
const argsData = {
...computedArgs.data,
updatedAt: new Date().toISOString(),
};

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we are happy with this for now!

@charlesBochet charlesBochet merged commit 5413513 into twentyhq:main Jan 3, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix implementation of updatedAt
2 participants