mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-09 13:08:50 -06:00
Logging for fixing authorization error
This commit is contained in:
@@ -70,7 +70,7 @@ public class CalendarAuth {
|
||||
return credential;
|
||||
})
|
||||
.subscribeOn(Schedulers.boundedElastic())
|
||||
.switchIfEmpty(Mono.error(new IllegalStateException("Empty not allowed")));
|
||||
.switchIfEmpty(Mono.error(new IllegalStateException("Empty not allowed. gID: " + calData.getGuildId())));
|
||||
}
|
||||
|
||||
public static Mono<Calendar> getCalendarService(CalendarData calData) {
|
||||
|
||||
Reference in New Issue
Block a user