Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Feb 24, 2023
1 parent d393b83 commit 1c5ebb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export async function getGraphQLCache({
loadConfigOptions: LoadConfigOptions;
config?: GraphQLConfig;
}): Promise<GraphQLCache> {
const graphQLConfig = config || await loadConfig(loadConfigOptions);
const graphQLConfig = config || (await loadConfig(loadConfigOptions));
return new GraphQLCache({
configDir: loadConfigOptions.rootDir as string,
config: graphQLConfig as GraphQLConfig,
Expand Down

0 comments on commit 1c5ebb6

Please sign in to comment.