Skip to content

Commit

Permalink
chore: make generate_index_ts() deterministic (#326)
Browse files Browse the repository at this point in the history
Fixes googleapis/synthtool#1103
Source-Link: googleapis/synthtool@c3e41da
Post-Processor: gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:e37a815333a6f3e14d8532efe90cba8aa0d34210f8c0fdbdd9e6a34dcbe51e96
  • Loading branch information
gcf-owl-bot[bot] authored May 29, 2021
1 parent e6a19bd commit 13be950
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-talent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
// ** https://github.com/googleapis/synthtool **
// ** All changes to this file may be overwritten. **

import * as v4beta1 from './v4beta1';
import * as v4 from './v4';
import * as v4beta1 from './v4beta1';

const CompanyServiceClient = v4.CompanyServiceClient;
type CompanyServiceClient = v4.CompanyServiceClient;
Expand All @@ -31,17 +31,17 @@ const TenantServiceClient = v4.TenantServiceClient;
type TenantServiceClient = v4.TenantServiceClient;

export {
v4beta1,
v4,
v4beta1,
CompanyServiceClient,
CompletionClient,
EventServiceClient,
JobServiceClient,
TenantServiceClient,
};
export default {
v4beta1,
v4,
v4beta1,
CompanyServiceClient,
CompletionClient,
EventServiceClient,
Expand Down

0 comments on commit 13be950

Please sign in to comment.