Update ServiceMain.cs
Some checks are pending
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run

This commit is contained in:
Namhyeon Go 2024-08-24 22:27:26 +09:00
parent 02681a135e
commit 3a890168df

View File

@ -313,8 +313,8 @@ namespace WelsonJS.Service
{
result.FileName,
result.ScreenNumber.ToString(),
result.Location.X.ToString(),
result.Location.Y.ToString(),
result.Position.X.ToString(),
result.Position.Y.ToString(),
result.MaxCorrelation.ToString()
}));
}