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

Commit c718f54

Browse files
author
Sachin Maheshwari
committed
clean-up issue
1 parent 1d7130d commit c718f54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modules/user/service.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ async function beginCascadeDelete (id, params) {
191191
try {
192192
await sequelize.transaction(async (t) => {
193193
await serviceHelper.deleteChild(Achievement, id, ['userId', 'achievementsProviderId'], 'Achievement', t)
194-
aa.bb
195194
await serviceHelper.deleteChild(ExternalProfile, id, ['userId', 'organizationId'], 'ExternalProfile', t)
196195
await serviceHelper.deleteChild(UserAttribute, id, ['userId', 'attributeId'], 'UserAttribute', t)
197196
await serviceHelper.deleteChild(UsersRole, id, ['userId', 'roleId'], 'UsersRole', t)

0 commit comments

Comments
 (0)