✨ Parse (but don't return) instances
This commit is contained in:
parent
03fa525a00
commit
d55c680ec4
3 changed files with 14 additions and 7 deletions
|
|
@ -26,7 +26,7 @@ func (m *Merger) Write(ctx context.Context, g Game) (out string, err error) {
|
|||
gz.Comment = "merge by ic-merge"
|
||||
|
||||
if g.Instances == nil {
|
||||
g.Instances = make([]any, 0)
|
||||
g.Instances = make([]Instance, 0)
|
||||
}
|
||||
|
||||
enc := json.NewEncoder(gz)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue