Skip to content

Commit

Permalink
Update packages/libraries/federation-link-utils/src/__tests__/index.s…
Browse files Browse the repository at this point in the history
…pec.ts

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
jdolle and coderabbitai[bot] authored Feb 5, 2025
1 parent f7b374e commit 9c2e70e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const metaSpec = new LinkableSpec('https://specs.graphql-hive.com/metadata', {
},
});
// collect metadata
return `running on v0.1.\nFound metadata: ${JSON.stringify(collectedMeta)}}`;
return `running on v0.1.\nFound metadata: ${JSON.stringify(collectedMeta)}`;
},
'v0.2': _resolveImportName => (_typeDefs: DocumentNode) => {
// collect metadata
Expand Down

0 comments on commit 9c2e70e

Please sign in to comment.