Skip to content

Commit

Permalink
Replace missed refactor name
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Jul 6, 2020
1 parent 82ee8f1 commit 33b172c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-cardano-db-hasura/src/executableSchema.ts
Expand Up @@ -32,7 +32,7 @@ export async function buildSchema (hasuraUri: string) {
return makeExecutableSchema({
resolvers: Object.assign({}, scalarResolvers, {
Query: {
meta: async () => {
cardanoDBMeta: async () => {
try {
return db.getMeta()
} catch (error) {
Expand Down

0 comments on commit 33b172c

Please sign in to comment.