Skip to content

Commit

Permalink
chore(api): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NDStrahilevitz committed Dec 13, 2023
1 parent ee6fba4 commit f6f40e0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions api/v1beta1/datasource.pb.go

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

2 changes: 1 addition & 1 deletion api/v1beta1/datasource.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ message WriteDataSourceResponse{}

service DataSourceService {
rpc Write(WriteDataSourceRequest) returns (WriteDataSourceResponse);
rpc WriteStream(stream WriteDataSourceRequest) returns (WriteDataSourceRequest);
rpc WriteStream(stream WriteDataSourceRequest) returns (WriteDataSourceResponse);
}
10 changes: 5 additions & 5 deletions api/v1beta1/datasource_grpc.pb.go

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

0 comments on commit f6f40e0

Please sign in to comment.