mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 12:21:38 +00:00
Fixed C# syntax
This commit is contained in:
parent
d9bec27763
commit
e92b7be5df
@ -87,7 +87,7 @@ internal sealed class Program
|
||||
}
|
||||
|
||||
var qdrantInfo = await rust.GetQdrantInfo();
|
||||
if (qdrantInfo.Path == String.Empty)
|
||||
if (qdrantInfo.Path == string.Empty)
|
||||
{
|
||||
Console.WriteLine("Error: Failed to get the Qdrant path from Rust.");
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user