From 2b6d4c625e2552a9c31f3dc13285874d14ad656a Mon Sep 17 00:00:00 2001 From: nkaputnik Date: Fri, 6 May 2022 11:09:04 +0200 Subject: [PATCH] First push --- bookshop/handlers/AdminService.Authors.CREATE.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookshop/handlers/AdminService.Authors.CREATE.js b/bookshop/handlers/AdminService.Authors.CREATE.js index 2c6354d1..67f096cf 100644 --- a/bookshop/handlers/AdminService.Authors.CREATE.js +++ b/bookshop/handlers/AdminService.Authors.CREATE.js @@ -2,7 +2,7 @@ async function run() { debugger while (true) {} process.exit() - 1.substring() + //1.substring() let res = await cds.read(SELECT.one`title`.from(`Books`).where(`ID=201`)) let { title } = res const data = req.data