From ea5e43c4479fb252cf659a829d50f2c8a0bdbacf Mon Sep 17 00:00:00 2001 From: NovaFox161 Date: Tue, 18 Jan 2022 09:00:09 -0600 Subject: [PATCH] This should make it compile now --- .../discal/server/endpoints/v2/rsvp/UpdateRsvpEndpoint.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/kotlin/org/dreamexposure/discal/server/endpoints/v2/rsvp/UpdateRsvpEndpoint.kt b/server/src/main/kotlin/org/dreamexposure/discal/server/endpoints/v2/rsvp/UpdateRsvpEndpoint.kt index 4ee3c654..14bb1ae2 100644 --- a/server/src/main/kotlin/org/dreamexposure/discal/server/endpoints/v2/rsvp/UpdateRsvpEndpoint.kt +++ b/server/src/main/kotlin/org/dreamexposure/discal/server/endpoints/v2/rsvp/UpdateRsvpEndpoint.kt @@ -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 = Mono.just(body).filter {