This should make it compile now

This commit is contained in:
NovaFox161
2022-01-18 09:00:09 -06:00
parent 4a2f7fd9ba
commit ea5e43c447

View File

@@ -60,7 +60,7 @@ class UpdateRsvpEndpoint(val client: DiscordClient) {
.hasElement()
.then(rsvp.setRole(roleId, client))
}
}
}.then()
//Handle removals (we do this first just in case they are using the limit)
val removalMono: Mono<Void> = Mono.just(body).filter {