Skip to content

Commit f8d69f2

Browse files
committed
Minifix for serialization
1 parent 645a026 commit f8d69f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/Serialization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ function unpackFactor(dfg::G, packedProps::Dict{String, Any})::DFGFactor where G
305305
end
306306

307307
# Include the type
308-
if packedProps["tags"] isa String
308+
if packedProps["_variableOrderSymbols"] isa String
309309
_variableOrderSymbols = JSON2.read(packedProps["_variableOrderSymbols"], Vector{Symbol})
310310
else
311311
_variableOrderSymbols = Symbol.(packedProps["_variableOrderSymbols"])

0 commit comments

Comments
 (0)