Skip to content

Commit

Permalink
Use package name
Browse files Browse the repository at this point in the history
  • Loading branch information
pastelsky committed Jan 3, 2024
1 parent d3780bd commit 5a87eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export async function handlerAPIDocsTrigger(req, res) {
} else {
logger.info(
'Docs job for "%s" at version %s queued for building',
resolvedRequest.packageJSON,
resolvedRequest.packageName,
resolvedRequest.packageVersion,
);
const generateJob = await generateDocsQueue.add(
Expand Down

0 comments on commit 5a87eeb

Please sign in to comment.