Skip to content

Commit

Permalink
Fix active db (#570)
Browse files Browse the repository at this point in the history
* Add active state for Tenant

* Set newly created vendors active state to true
  • Loading branch information
Hrishabh17 authored May 15, 2024
1 parent a0432a1 commit 6baf0f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/netsuite/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,8 @@ def create_destination_attribute(self, attribute: str, name: str, destination_id
'destination_id': destination_id,
'detail': {
'email': email
}
},
'active': True
}, self.workspace_id)

return created_attribute
Expand Down

0 comments on commit 6baf0f0

Please sign in to comment.