Skip to content

Commit

Permalink
Return the correct type for deserialized GLUE6 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozerugae authored May 17, 2021
1 parent 2c2eac2 commit e7aa8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/recordHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const deserializers = {
}

return {
type: RECORD_TYPE.GLUE4,
type: RECORD_TYPE.GLUE6,
ns: parts[0],
address: parts[1],
};
Expand Down

0 comments on commit e7aa8df

Please sign in to comment.