I wrote a simple couchbase function
function onUpdate{
doc[“Hi”] = “Hello”;
}
Just trying to add afield in my document on every mutation. But it is not reflecting in the document after deployed function starts running. Please suggest.
I wrote a simple couchbase function
function onUpdate{
doc[“Hi”] = “Hello”;
}
Just trying to add afield in my document on every mutation. But it is not reflecting in the document after deployed function starts running. Please suggest.