Skip to content

Commit

Permalink
Fix listAgentBlobEntires Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Affie committed Dec 4, 2024
1 parent e5c626d commit 4a7773a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/BlobEntry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function DFG.listGraphBlobEntries(fgclient::NavAbilityDFG)
end

function DFG.listAgentBlobEntries(fgclient::NavAbilityDFG)
getAgentBlobEntries(fgclient.client, fgclient.agent)
listAgentBlobEntries(fgclient.client, fgclient.agent)
end

function DFG.listAgentBlobEntries(client::NavAbilityClient, agent::NvaNode{Agent})
Expand Down

0 comments on commit 4a7773a

Please sign in to comment.