Skip to content

Commit 6548548

Browse files
author
fajarcandra
committed
fixing typo service name
1 parent ffe7fc4 commit 6548548

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

grpc/pb/book_service.pb.go

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

grpc/pb/book_service_grpc.pb.go

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

grpc/proto/book_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ message FindBookByIdRequest {
7474
}
7575

7676
service BookService {
77-
rpc ServiceInserNewBook(CreateBookRequest) returns(BookStatusResponse);
77+
rpc ServiceInsertNewBook(CreateBookRequest) returns(BookStatusResponse);
7878
rpc ServiceFindBookById(FindBookByIdRequest) returns (BookStatusResponse);
7979
}

0 commit comments

Comments
 (0)