Skip to content

Commit

Permalink
build: update .OwlBot.lock with new version of post-processor (#344)
Browse files Browse the repository at this point in the history
Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Mar 30, 2021
1 parent d6cae1c commit 6e733c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-scheduler/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
// ** https://github.com/googleapis/synthtool **
// ** All changes to this file may be overwritten. **

import * as v1 from './v1';
import * as v1beta1 from './v1beta1';
import * as v1 from './v1';

const CloudSchedulerClient = v1.CloudSchedulerClient;
type CloudSchedulerClient = v1.CloudSchedulerClient;

export {v1, v1beta1, CloudSchedulerClient};
export default {v1, v1beta1, CloudSchedulerClient};
export {v1beta1, v1, CloudSchedulerClient};
export default {v1beta1, v1, CloudSchedulerClient};
import * as protos from '../protos/protos';
export {protos};

0 comments on commit 6e733c7

Please sign in to comment.