Skip to content

Commit

Permalink
chore: new owl bot post processor docker image (#526)
Browse files Browse the repository at this point in the history
gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:f4734af778c3d0eb58a6db0078907a87f2e53f3c7a6422363fc37ee52e02b25a
  • Loading branch information
gcf-owl-bot[bot] authored May 19, 2021
1 parent 97287f0 commit c115166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-tasks/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
// ** https://github.com/googleapis/synthtool **
// ** All changes to this file may be overwritten. **

import * as v2beta3 from './v2beta3';
import * as v2beta2 from './v2beta2';
import * as v2beta3 from './v2beta3';
import * as v2 from './v2';

const CloudTasksClient = v2.CloudTasksClient;
type CloudTasksClient = v2.CloudTasksClient;

export {v2beta3, v2beta2, v2, CloudTasksClient};
export default {v2beta3, v2beta2, v2, CloudTasksClient};
export {v2beta2, v2beta3, v2, CloudTasksClient};
export default {v2beta2, v2beta3, v2, CloudTasksClient};
import * as protos from '../protos/protos';
export {protos};

0 comments on commit c115166

Please sign in to comment.