Skip to content

Commit a1ecd80

Browse files
authored
fix(types): import request types from teeny-request (#682)
1 parent 8d40a00 commit a1ecd80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {promisify, promisifyAll} from '@google-cloud/promisify';
2727
import arrify = require('arrify');
2828
import * as extend from 'extend';
2929
import * as is from 'is';
30-
import * as r from 'request';
30+
import * as r from 'teeny-request';
3131
import * as streamEvents from 'stream-events';
3232
import * as through from 'through2';
3333

src/session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {ServiceObject} from '@google-cloud/common-grpc';
2424
import {promisifyAll} from '@google-cloud/promisify';
2525
import * as extend from 'extend';
2626
import * as is from 'is';
27-
import * as r from 'request';
27+
import * as r from 'teeny-request';
2828
import {
2929
Snapshot,
3030
Transaction,

0 commit comments

Comments
 (0)