-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(events): update log event timestamp type be string or number
This essentially reverts a change that was made in #3576 (commit: b52e9b2). The type has always been 'number' but we were in fact sending strings to Garden Cloud which is the payload it expects. Garden Cloud (version >= 1.360) now supports numbers but we need to continue sending strings for backwards compatibility. We can tighten the type to just 'number' once all Cloud instances are up to date.
- Loading branch information
Showing
3 changed files
with
38 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters