chore: Lint extensions folder.

This commit is contained in:
cpojer
2026-01-31 22:13:48 +09:00
parent 4f2166c503
commit 230ca789e2
221 changed files with 4006 additions and 1583 deletions

View File

@@ -99,7 +99,9 @@ export async function resolveMSTeamsInboundMedia(params: {
mediaList = graphMedia.media;
break;
}
if (graphMedia.tokenError) break;
if (graphMedia.tokenError) {
break;
}
}
if (mediaList.length === 0) {
log.debug("graph media fetch empty", { attempts });