issue-15 #21
@ -65,7 +65,7 @@ export class GamesystemSerializer {
 | 
			
		||||
      'childsystems': innerGamesystemJsonArray
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    const storedProductsystem = new StoreComponent(JSON.stringify(jsonString), fileName, ModelComponentType.GAMESYTEM)
 | 
			
		||||
    const storedProductsystem = new StoreComponent(JSON.stringify(jsonString, null, SerializeConstants.JSON_INDENT), fileName, ModelComponentType.GAMESYTEM)
 | 
			
		||||
    storedGamesystems.push(storedProductsystem)
 | 
			
		||||
 | 
			
		||||
    return storedGamesystems;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user