Skip to content

Commit

Permalink
Merge branch 'main' into sdk-895-allow-direct-importsd
Browse files Browse the repository at this point in the history
# Conflicts:
#	web/src/AccountService.ts
#	web/src/ServiceBase.ts
  • Loading branch information
fundthmcalculus committed Jul 28, 2022
2 parents 2a30b76 + e737bc9 commit 553d80c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/AccountService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ export class AccountService extends ServiceBase {
return await this.info({});
}

// BEGIN Code generated by protoc-gen-trinsic. DO NOT EDIT.
// target: ..\sdk\web\src\accountService.ts
// BEGIN Code generated by protoc-gen-trinsic. DO NOT EDIT.
// target: ..\sdk\web\src\accountService.ts

public async info(
request: AccountInfoRequest
Expand Down Expand Up @@ -199,5 +199,5 @@ export class AccountService extends ServiceBase {
metadata: await this.buildMetadata(AuthorizeWebhookRequest.encode(request).finish())
});
}
// END Code generated by protoc-gen-trinsic. DO NOT EDIT.
// END Code generated by protoc-gen-trinsic. DO NOT EDIT.
}

0 comments on commit 553d80c

Please sign in to comment.