Skip to content

Commit

Permalink
Fix function exporting better
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Jul 30, 2024
1 parent 3d8d516 commit 90b090b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
InteractionChannelParticipantStatus,
} from 'twilio/lib/rest/flexApi/v1/interaction/interactionChannel/interactionChannelParticipant';

const transitionAgentParticipants = async (
export const transitionAgentParticipants = async (
client: ReturnType<Context<any>['getTwilioClient']>,
twilioWorkspaceSid: string,
taskSid: string,
Expand Down

0 comments on commit 90b090b

Please sign in to comment.