Skip to content

Commit

Permalink
graphql: Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantle22 committed Oct 31, 2023
1 parent 029b2b5 commit a672d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql-server/src/schemas/schema.resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class SchemaResolver {
async function getSchemasForNonDolt(
query: ParQuery,
dbName: string,
type?: string,
type?: SchemaType,
): Promise<SchemaItem[]> {
const vRes = await query(getViewsQuery, [dbName]);
const views = vRes.map(v => {
Expand Down

0 comments on commit a672d54

Please sign in to comment.