Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Oct 25, 2022
1 parent f33d7bf commit 8a2519e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export const config = {

hasura: {
url:
process.env.HASURA_URL || "http://example-hasura.default.127.0.0.1.sslip.io",
process.env.HASURA_URL ||
"http://example-hasura.default.127.0.0.1.sslip.io",
adminSecret:
process.env.HASURA_ADMIN_SECRET || "af18a72fc1eb42a78aa8c6d679b4842a",
},
Expand Down

0 comments on commit 8a2519e

Please sign in to comment.