You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
last time I found strange bug. When I ran my service using this package in latest version and lunching it in docker image on kubernetes, date on invoice was always the same. Date was from container start. Only workaround that I found is to pass date to invoice invoice.date = new Date() inside my service, and then it's works.
This bug could be related to this line because before it was working well, please check this if you can, there is something wrong going on
Hi,
last time I found strange bug. When I ran my service using this package in latest version and lunching it in docker image on kubernetes, date on invoice was always the same. Date was from container start. Only workaround that I found is to pass date to invoice
invoice.date = new Date()
inside my service, and then it's works.This bug could be related to this line because before it was working well, please check this if you can, there is something wrong going on
invoice-it/src/index.js
Line 22 in c1e03ba
The text was updated successfully, but these errors were encountered: