Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Commit 85f57a2

Browse files
committed
Fix parameter name
1 parent a5418e7 commit 85f57a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InvvardDev.EZLayoutDisplay.Desktop/Service/Implementation/LayoutService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public EZLayout PrepareEZLayout(ErgodoxLayout ergodoxLayout, string layoutRevisi
5858
Logger.TraceMethod();
5959

6060
var ezLayoutMaker = new EZLayoutMaker();
61-
EZLayout ezLayout = ezLayoutMaker.PrepareEZLayout(ergodoxLayout, layoutRevisionIds);
61+
EZLayout ezLayout = ezLayoutMaker.PrepareEZLayout(ergodoxLayout, layoutRevisionId);
6262

6363
return ezLayout;
6464
}

0 commit comments

Comments
 (0)