Skip to content

Commit

Permalink
fixed compilation issue after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed Nov 16, 2023
1 parent 3052b02 commit 5defc21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ class SecurityRest {
fun applySecurityPhase() : Solution<RestIndividual>{

//TODO
return Solution(mutableListOf(),"","",Termination.NONE, listOf())
return Solution(mutableListOf(),"","",Termination.NONE, listOf(), listOf())
}
}

0 comments on commit 5defc21

Please sign in to comment.