Skip to content

Commit cbf1de1

Browse files
committed
some code revert.
1 parent fc18f86 commit cbf1de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/Webkul/Contact/src/Repositories/OrganizationRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function delete($id)
8686

8787
$this->attributeValueRepository->deleteWhere([
8888
'entity_id' => $id,
89-
'entity_fadtype' => 'organizations',
89+
'entity_type' => 'organizations',
9090
]);
9191

9292
$organization->delete();

0 commit comments

Comments
 (0)