blob: c7179d19ef3cfaf0a70902e2ecaf22940782873e [file] [log] [blame]
// Licensed to the Apache Software Foundation (ASF) under one or more contributor
// license agreements; and to You under the Apache License, Version 2.0.
function main(params) {
parms = "params: " + JSON.stringify(params, null, 4);
console.log(parms);
return {payload: parms};
}