Skip to content

Commit

Permalink
chore: use function
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Jan 30, 2025
1 parent bcfde56 commit c049158
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mixins/AddSendRequestByMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ export function AddSendRequestByMessage<TBase extends ConnectorTUIBaseConstructo
title: "ProposeAttributeRequestItem",
value: this.createProposeAttributeRequestItem.bind(this),
},
{
title: "ProposeAttributeRequestItem with RelationshipAttribute",
value: this.createProposeRelationshipAttributeRequestItem.bind(this),
},
{
title: "IQLProposeAttributeRequestItem",
value: this.createIQLProposeAttributeRequestItem.bind(this),
Expand Down

0 comments on commit c049158

Please sign in to comment.