add tags to static node model

This commit is contained in:
abhishek9686 2024-10-18 12:27:34 +04:00
parent d792e2e529
commit 292c0744d5

View file

@ -43,6 +43,7 @@ func (ext *ExtClient) ConvertToStaticNode() Node {
CommonNode: CommonNode{
Network: ext.Network,
},
Tags: ext.Tags,
IsStatic: true,
StaticNode: *ext,
}