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
{{ message }}
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
After setting an object's expiration, calling TTL on the object causes an error: json: cannot unmarshal number 0.174668 into Go struct field .ttl of type int
Calling TTL directly on the tile38-cli, looks like tile38 returns a float (instead of an int) {"ok":true,"ttl":0.174668,"elapsed":"7.359µs"}
After setting an object's expiration, calling TTL on the object causes an error:
json: cannot unmarshal number 0.174668 into Go struct field .ttl of type int
Calling TTL directly on the tile38-cli, looks like tile38 returns a float (instead of an int)
{"ok":true,"ttl":0.174668,"elapsed":"7.359µs"}
should be a super quick fix, something like this:
The text was updated successfully, but these errors were encountered: