First push
This commit is contained in:
5
bookshop/handlers/AdminService.Authors.READ.js
Normal file
5
bookshop/handlers/AdminService.Authors.READ.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const result_ = Array.isArray(result) ? result : [result]
|
||||
for (const row of result_) {
|
||||
row.modifiedBy += " --- read in sandbox"
|
||||
row.age = 27
|
||||
}
|
||||
Reference in New Issue
Block a user