Skip to content

Commit

Permalink
fix: typecheck errors
Browse files Browse the repository at this point in the history
Signed-off-by: Akiff Manji <[email protected]>
  • Loading branch information
amanji committed Jul 15, 2024
1 parent 490a68b commit 035dd15
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ function createInboundMessageContext<T extends AgentMessage>(message: T) {
},
receivedAt: new Date(),
setMessageHandler: () => {
return
throw new Error('Function not implemented.')
},
setResponseMessage: () => {
return
throw new Error('Function not implemented.')
},
}
}

0 comments on commit 035dd15

Please sign in to comment.