This commit is contained in:
David Terpay
2023-08-21 12:47:19 -04:00
committed by GitHub
parent c740d4c03a
commit dee2fc5d96
5 changed files with 13 additions and 4 deletions
-4
View File
@@ -64,10 +64,6 @@ func NewBaseLane(
matchHandler: matchHandlerFn,
}
if err := lane.ValidateBasic(); err != nil {
panic(err)
}
return lane
}