Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Shapeup4 - CQRS standards update (user object) #103

Merged
merged 21 commits into from
Jul 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixing gateway timeout
  • Loading branch information
Sachin Maheshwari committed Jul 30, 2021
commit 61bb014d6ab0167b681a0c9c7e89c6561650eeb1
2 changes: 1 addition & 1 deletion src/modules/user/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ search.schema = {
* @return {Promise<void>} no data returned
*/
async function remove (id, auth, params) {
await beginCascadeDelete(id, params)
beginCascadeDelete(id, params)
}

/**
Expand Down