Skip to content

Commit 06315bf

Browse files
committed
update
1 parent cf58911 commit 06315bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataplane/src/main/java/io/sentrius/sso/core/services/agents/AgentService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public CompletableFuture<AgentCommunication> saveCommunication(AgentCommunicatio
210210
ProvenanceEvent event = ProvenanceEvent.builder()
211211
.eventId(agentCommunicationDTO.getCommunicationId().toString())
212212
.actor(agentCommunicationDTO.getSourceAgent())
213-
.triggeringUser(agentCommunicationDTO.getTargetAgent()e)
213+
.triggeringUser(agentCommunicationDTO.getTargetAgent())
214214
.eventType(eventType)
215215
.outputSummary("Interpretation request sent to OpenAI")
216216
.timestamp(java.time.Instant.now())

0 commit comments

Comments
 (0)