update: find mailbox id and name from any where
This commit is contained in:
@@ -29,9 +29,7 @@ export class MailboxResolverService {
|
||||
*/
|
||||
async getUserMailboxIds(userId: string): Promise<UserMailboxIds> {
|
||||
const cached = this.getCachedMailboxIds(userId);
|
||||
if (cached) {
|
||||
return cached;
|
||||
}
|
||||
if (cached) return cached;
|
||||
|
||||
this.logger.log(`Fetching mailbox IDs for user: ${userId}`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user