Skip to content

Commit

Permalink
fix: graph language (#4308)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrove committed Feb 15, 2022
1 parent 8b697d9 commit f8e1953
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/one-graph/cli-netlify-graph.js
Expand Up @@ -217,8 +217,7 @@ const getNetlifyGraphConfig = async ({ command, options, settings }) => {
const moduleType =
(userSpecifiedConfig.moduleType && userSpecifiedConfig.moduleType.split(path.sep)) ||
defaultFrameworkConfig.moduleType
const language =
(userSpecifiedConfig.language && userSpecifiedConfig.language.split(path.sep)) || autodetectedLanguage
const language = userSpecifiedConfig.language || autodetectedLanguage
const webhookBasePath =
(userSpecifiedConfig.webhookBasePath && userSpecifiedConfig.webhookBasePath.split(path.sep)) ||
defaultFrameworkConfig.webhookBasePath
Expand Down

1 comment on commit f8e1953

@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

Package size: 442 MB

Please sign in to comment.