chore: lint

This commit is contained in:
liyasthomas
2022-01-05 10:17:23 +05:30
parent dd7aebaf94
commit ffd1acdfae
10 changed files with 50 additions and 48 deletions

View File

@@ -38,4 +38,4 @@ export function makeGQLRequest(x: Omit<HoppGQLRequest, "v">) {
v: 1,
...x,
}
}
}

View File

@@ -1,2 +1,2 @@
export * from "./rest"
export * from "./graphql"
export * from "./graphql"

View File

@@ -10,4 +10,4 @@ export const knownContentTypes = {
"text/plain": "plain",
}
export type ValidContentTypes = keyof typeof knownContentTypes
export type ValidContentTypes = keyof typeof knownContentTypes