Skip to content

Commit

Permalink
fix(types): import request types from teeny-request (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop authored Aug 28, 2019
1 parent 8d40a00 commit a1ecd80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {promisify, promisifyAll} from '@google-cloud/promisify';
import arrify = require('arrify');
import * as extend from 'extend';
import * as is from 'is';
import * as r from 'request';
import * as r from 'teeny-request';
import * as streamEvents from 'stream-events';
import * as through from 'through2';

Expand Down
2 changes: 1 addition & 1 deletion src/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {ServiceObject} from '@google-cloud/common-grpc';
import {promisifyAll} from '@google-cloud/promisify';
import * as extend from 'extend';
import * as is from 'is';
import * as r from 'request';
import * as r from 'teeny-request';
import {
Snapshot,
Transaction,
Expand Down

0 comments on commit a1ecd80

Please sign in to comment.