Skip to content

Commit

Permalink
Update packages/integrations/vercel/src/lib/nft.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Arsh <[email protected]>
  • Loading branch information
matthewp and lilnasy authored Apr 1, 2024
1 parent 3450f55 commit ffc9822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/vercel/src/lib/nft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export async function copyDependenciesToFunction(
`[@astrojs/vercel] The module "${module}" couldn't be resolved. This may not be a problem, but it's worth checking.`
);
} else {
logger.info(
logger.debug(
`[@astrojs/vercel] The module "${module}" inside the file "${file}" couldn't be resolved. This may not be a problem, but it's worth checking.`
);
}
Expand Down

0 comments on commit ffc9822

Please sign in to comment.