Skip to content

Commit a6ec78f

Browse files
committed
support julia < 1.5
1 parent 03d4261 commit a6ec78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CloudGraphsDFG/services/CloudGraphsDFG.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ function getDataEntries(dfg::CloudGraphsDFG, label::Symbol; currentTransaction::
644644
entries = Dict{Symbol, BlobStoreEntry}()
645645
# TODO: Optimize if necessary.
646646
delist = listDataEntries(dfg, label, currentTransaction=currentTransaction)
647-
return getDataEntry.(dfg, label, delist; currentTransaction)
647+
return getDataEntry.(dfg, label, delist; currentTransaction=currentTransaction)
648648

649649
end
650650

0 commit comments

Comments
 (0)