Skip to content

Commit

Permalink
Fix build failure after merge Meeds-io/MIPs#72
Browse files Browse the repository at this point in the history
  • Loading branch information
azayati committed Oct 11, 2023
1 parent 2e78614 commit 3d6cf8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ protected void createSite(SiteType type, String siteName) throws Exception {
null,
true,
5,
"",
0);
this.layoutService.create(new PortalConfig(portal));

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ protected void createSite(SiteType type, String siteName) throws Exception {
null,
true,
8,
"",
0);
this.layoutService.create(new PortalConfig(portal));

Expand Down

0 comments on commit 3d6cf8a

Please sign in to comment.