mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 04:00:21 +00:00 
			
		
		
		
	Fix the logger type in MSGComponentBase to use the correct class.
This commit is contained in:
		
							parent
							
								
									6867393277
								
							
						
					
					
						commit
						36df88a415
					
				@ -16,7 +16,7 @@ public abstract class MSGComponentBase : ComponentBase, IDisposable, IMessageBus
 | 
				
			|||||||
    protected MessageBus MessageBus { get; init; } = null!;
 | 
					    protected MessageBus MessageBus { get; init; } = null!;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    [Inject]
 | 
					    [Inject]
 | 
				
			||||||
    private ILogger<PluginLanguage> Logger { get; init; } = null!;
 | 
					    private ILogger<MSGComponentBase> Logger { get; init; } = null!;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private ILanguagePlugin Lang { get; set; } = PluginFactory.BaseLanguage;
 | 
					    private ILanguagePlugin Lang { get; set; } = PluginFactory.BaseLanguage;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user