Skip to content

Commit 1d4df04

Browse files
committed
feat(org-detection): org detection agent
1 parent 2f8275c commit 1d4df04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/support/slack/actions/approve-site-candidate.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,14 @@ export default function approveSiteCandidate(lambdaContext) {
106106

107107
await respond(reply);
108108

109-
await announceSiteDiscovery(
109+
const discoveryMsg = await announceSiteDiscovery(
110110
lambdaContext,
111111
baseURL,
112112
siteCandidate.getSource(),
113113
siteCandidate.getHlxConfig(),
114114
);
115+
116+
log.info(`Discovery message: ${JSON.stringify(discoveryMsg)}`);
115117
} catch (e) {
116118
log.error('Error occurred while acknowledging site candidate approval', e);
117119
throw e;

0 commit comments

Comments
 (0)