DDD icon indicating copy to clipboard operation
DDD copied to clipboard

Fix db methods

Open RohovAlex opened this issue 2 years ago • 1 comments

Fixed in a-config, b-transport, c-commonjs examples:

  • delete method in db
  • added await to return from db methods
  • moved to usage db.query method in all db methods
  • added spread operator for args in api methods calls for http transport

RohovAlex avatar Aug 04 '23 17:08 RohovAlex

@tshemsedinov please review

RohovAlex avatar Aug 04 '23 18:08 RohovAlex