Skip to content

Commit

Permalink
fix typo in pgweb frontend proto message
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Oct 3, 2023
1 parent 4495737 commit b48dcca
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 50 deletions.
2 changes: 2 additions & 0 deletions docs/tutorial/substreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ sink:
wire_protocol_access: true
postgraphile_frontend:
enabled: true
pgweb_frontend:
enabled: true
97 changes: 49 additions & 48 deletions pb/sf/substreams/sink/sql/v1/services.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/sf/substreams/sink/sql/v1/services.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ message Service {
bool wire_protocol_access = 3;
HasuraFrontend hasura_frontend = 4;
PostgraphileFrontend postgraphile_frontend = 5;
PGWebFronted pgweb_fronted = 6;
PGWebFrontend pgweb_frontend = 6;
}

message DBTConfig {
Expand All @@ -28,6 +28,6 @@ message PostgraphileFrontend {
bool enabled = 1;
}

message PGWebFronted {
message PGWebFrontend {
bool enabled = 1;
}

0 comments on commit b48dcca

Please sign in to comment.