mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-01-26 05:48:29 -06:00
Fixing more logic issues
This commit is contained in:
@@ -663,7 +663,7 @@ object DatabaseManager {
|
||||
).doOnError {
|
||||
LOGGER.error(DEFAULT, "Failed to get calendar count", it)
|
||||
}.onErrorReturn(-1)
|
||||
}
|
||||
}.defaultIfEmpty(0)
|
||||
}
|
||||
|
||||
fun getEventData(guildId: Snowflake, eventId: String): Mono<EventData> {
|
||||
|
||||
Reference in New Issue
Block a user