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
I'm pretty sure this was working when it was implemented into the Hub app.
Now, hitting this end point with const opts = {metadata: true }; returns an object with timestamp value as null (value of key is correctly returned, however).
Expect:
{
value: <value>,
timestamp: <time key was last updated>
}
The text was updated successfully, but these errors were encountered:
I'm pretty sure this was working when it was implemented into the Hub app.
Now, hitting this end point with
const opts = {metadata: true };
returns an object withtimestamp
value as null (value of key is correctly returned, however).Expect:
The text was updated successfully, but these errors were encountered: