-
Notifications
You must be signed in to change notification settings - Fork 84
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
Set stopTime to null on start otherwise duration will not work #110
Conversation
well it works the first time I go through a start, update, and stop cycle but the next time it's still set to the old stopTime. |
Hi @abrown28 thanks for your contribution but your code doesn't make any sense since |
I'm probably not using it in the way you want but here is some example code
When I run the above I get the following:
The duration and duration_formatted only worked the first time. That's what I'm seeing when I pull it with npm |
the fix has already been provided in #101 but it's not release yet |
v3.9.1 is out including the changes within master (patch #101 ) |
ah gotcha. I missed that :)
Thanks
…On Wed, Sep 15, 2021 at 4:20 AM Andi Dittrich ***@***.***> wrote:
v3.9.1 is out including the changes within master (patch #101
<#101> )
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#110 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAUEQQ7YTT2U5LXCKJL3ODUCBQNFANCNFSM5D5YSO6Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
__________________________________________________________________________
Alex Brown
***@***.***
|
Duration was not working for me. I fixed it by setting stopTime to null.