chore: lint
This commit is contained in:
@@ -38,4 +38,4 @@ export function makeGQLRequest(x: Omit<HoppGQLRequest, "v">) {
|
||||
v: 1,
|
||||
...x,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
export * from "./rest"
|
||||
export * from "./graphql"
|
||||
export * from "./graphql"
|
||||
|
||||
@@ -10,4 +10,4 @@ export const knownContentTypes = {
|
||||
"text/plain": "plain",
|
||||
}
|
||||
|
||||
export type ValidContentTypes = keyof typeof knownContentTypes
|
||||
export type ValidContentTypes = keyof typeof knownContentTypes
|
||||
|
||||
Reference in New Issue
Block a user