-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
create a memory timing issue #200
Comments
@sagar-vaghela, please assign this issue to me so I can work on resolving the problem. |
It is already fixed by @ansuha. PR already raised. please review and merge |
Hii @sagar-vaghela , you do not need to do any thing, only you update your server > models > postMessage.js file by this code const postSchema = mongoose.Schema( var PostMessage = mongoose.model('PostMessage', postSchema); export default PostMessage; |
@sagar-vaghela is it still open?, if yes please assign it to me, I can fix this issue |
Please assign this issue to me . We have solved this issue by changing the timestamps value and date.now() while adding post |
create a memory timing issue
The past date is stored in the database while creating new memories.
Screen.Recording.2024-06-25.at.3.01.24.PM.mov
The text was updated successfully, but these errors were encountered: