Skip to content

Commit

Permalink
chore: Fix @netlify/functions package url in registry.ts (#6549)
Browse files Browse the repository at this point in the history
https://ntl-fyi/function-types is not a valid url, this commit corrects it to https://ntl.fyi/function-types.

fixes #6548

Co-authored-by: Mateusz Bocian <mrstork@users.noreply.github.com>
  • Loading branch information
sygint and mrstork committed May 7, 2024
1 parent 63edc83 commit d19474b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/functions/registry.ts
Expand Up @@ -353,7 +353,7 @@ export class FunctionsRegistry {
log(
`${NETLIFYDEVWARN} For a better experience with TypeScript functions, consider installing the ${chalk.underline(
TYPES_PACKAGE,
)} package. Refer to https://ntl-fyi/function-types for more information.`,
)} package. Refer to https://ntl.fyi/function-types for more information.`,
)
}

Expand Down

1 comment on commit d19474b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,380
  • Package size: 321 MB
  • Number of ts-expect-error directives: 997

Please sign in to comment.