Innablr / revolver

AWS Powercycle Facility
MIT License
2 stars 2 forks source link

launchTimeUtc in resource JSON is always null #370

Closed lyricnz closed 4 days ago

lyricnz commented 5 days ago

If it can't be set, don't include it in JSON. If it can, it should be correct (the data is there)

image
lyricnz commented 5 days ago

It's non-null in test/lib/resourceLog.spec.ts

lyricnz commented 5 days ago

it also works when localResourcesFile is used

lyricnz commented 5 days ago

It looks like this is because the type of LaunchTime is not a string, when the resource has been pulled from the API

image

lyricnz commented 4 days ago

Fixed in PR #371