Files
cloud-cap-samples/bookshop/handlers/AdminService.Authors.READ.js
2022-07-26 09:45:34 +02:00

6 lines
147 B
JavaScript

const result_ = Array.isArray(result) ? result : [result]
for (const row of result_) {
row.modifiedBy += " --- read in sandbox"
row.age = 27
}