Skip to content

Commit

Permalink
fix: remove the empty string field before the signature generator and…
Browse files Browse the repository at this point in the history
… set log_level by env (#8)

* fix: trigger last change

* update

---------

Co-authored-by: liangliang.dai <[email protected]>
  • Loading branch information
NoSugarCoffee and liangliang.dai authored Mar 12, 2024
1 parent 3c6d8aa commit 7555c01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/src/client/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const main = () => {
const client: ServiceClient = new construct(target, credentials.createInsecure(), {
interceptors: [interceptor.WithInterceptor()]
});

const req = { name: "unknown" } as GetUserRequest;
req.name = "Unknown";
client.getUser(req, (err: ServiceError, response: User) => {
Expand Down

0 comments on commit 7555c01

Please sign in to comment.