Skip to content

Commit c2d1c91

Browse files
committed
small fix
1 parent c64ed81 commit c2d1c91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ function server<Vars extends VariablesDefinition = VariablesDefinition>(
789789
): ServerGraphApi<Vars, ServerLang, ServerGraphMode>
790790
function server<Vars extends VariablesDefinition = VariablesDefinition>(
791791
options?: ServerGraphOptions<Vars>
792-
) {
792+
): any {
793793
type ResolvedLang = ServerLang
794794
type ResolvedMode = ServerGraphMode
795795
const graphType = resolveServerGraphType(options?.type)

0 commit comments

Comments
 (0)