mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 17:23:42 +00:00
chore: Lint extensions folder.
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user