-
Notifications
You must be signed in to change notification settings - Fork 448
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: email verification date type changed from datetime to float (#447) #460
fix: email verification date type changed from datetime to float (#447) #460
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @SanujBansal !
Thank you for your contribution!
Could you please fix the merge conflicts @SanujBansal :) |
@@ -1,5 +1,6 @@ | |||
from datetime import datetime |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need to import datetime if you're no longer using it?
@rpattath it does not match what is on the description of the PR 🤔 I will try to troubleshoot this with you on Zulip and understand this because the code seems to do what is supposed to. I have to test it as well |
@SanujBansal could you please fix the merge conflicts? |
Closing due to inactivity |
Description
email verification date type changed from datetime to float to save and send response in unix float format
Fixes #447
Type of Change:
Delete irrelevant options.
Code/Quality Assurance Only
How Has This Been Tested?
Checklist:
Delete irrelevant options.
Code/Quality Assurance Only