Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 9e9da6e

Browse files
committed
default relay runtime module to relay-runtime
1 parent f170095 commit 9e9da6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formatGeneratedModule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const formatGeneratedModule: FormatModule = ({
77
concreteText,
88
typeText,
99
hash,
10-
relayRuntimeModule,
10+
relayRuntimeModule = "relay-runtime",
1111
sourceHash
1212
}) => {
1313
const documentTypeImport = documentType

0 commit comments

Comments
 (0)