Merge pull request #16 from maikol-solis/master

fix: context writing in CSV file for third-time implementation
This commit is contained in:
Pavel Korytov 2025-02-02 15:02:50 +03:00 committed by GitHub
commit ee7b60c65e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -191,7 +191,7 @@ If the variable is nil, the function does nothing."
(symbol-name (alist-get 'kind (alist-get 'current pomm-third-time--state)))
(or (alist-get 'iteration (alist-get 'current pomm-third-time--state)) 0)
(pomm-third-time--break-time)
(alist-get 'context pomm--state))
(alist-get 'context pomm-third-time--state))
nil pomm-third-time-csv-history-file 'append 1)))
(transient-define-prefix pomm-third-time-reset ()