Skip to content

Commit 7e679ef

Browse files
committed
Testing
1 parent 2e11473 commit 7e679ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actor/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function createExpressApp(
7878
const input = parseInputParamsFromUrl(req.url);
7979
log.info('HEADERS', req.headers);
8080
log.info('INPUT', input);
81-
log.info('TOKEN', process.env.APIFY_TOKEN as string);
81+
log.info('TOKEN', {tkn: process.env.APIFY_TOKEN });
8282
if (input.actors || input.enableAddingActors) {
8383
await mcpServer.loadToolsFromUrl(req.url, process.env.APIFY_TOKEN as string);
8484
}

0 commit comments

Comments
 (0)