File tree 3 files changed +8
-8
lines changed
packages/google-cloud-vision
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ const _coerceRequest = (
156
156
const _createSingleFeatureMethod = (
157
157
featureValue : protoTypes . google . cloud . vision . v1 . Feature . Type
158
158
) => {
159
- return function (
159
+ return function (
160
160
this : VisionClient ,
161
161
request : string ,
162
162
callOptionsOrCallback ?:
@@ -275,7 +275,7 @@ export function call(apiVersion: string) {
275
275
* });
276
276
*/
277
277
278
- methods . annotateImage = promisify ( function (
278
+ methods . annotateImage = promisify ( function (
279
279
this : VisionClient ,
280
280
request : ImprovedRequest ,
281
281
callOptionsOrCallback :
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/nodejs-vision.git",
7
- "sha": "72f22b60e1491963ea1d22a4f96feabe07be0376 "
7
+ "sha": "d870cbeaa9d72d58d1db27d6e55adcba882f5d2e "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "googleapis",
13
13
"remote": "https://github.com/googleapis/googleapis.git",
14
- "sha": "1bd77e8ce6f953ac641af7966d0c52646afc16a8 ",
15
- "internalRef": "305974465 "
14
+ "sha": "dea1f52034d188ca371c3a70c716ca2a6b3f2aa1 ",
15
+ "internalRef": "306298030 "
16
16
}
17
17
},
18
18
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "6f32150677c9784f3c3a7e1949472bd29c9d72c5 "
22
+ "sha": "682c0c37d1054966ca662a44259e96cc7aea4413 "
23
23
}
24
24
}
25
25
],
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import {readFileSync} from 'fs';
21
21
import { describe , it } from 'mocha' ;
22
22
23
23
describe ( 'typescript consumer tests' , ( ) => {
24
- it ( 'should have correct type signature for typescript users' , async function ( ) {
24
+ it ( 'should have correct type signature for typescript users' , async function ( ) {
25
25
this . timeout ( 300000 ) ;
26
26
const options = {
27
27
packageDir : process . cwd ( ) , // path to your module.
@@ -35,7 +35,7 @@ describe('typescript consumer tests', () => {
35
35
await packNTest ( options ) ; // will throw upon error.
36
36
} ) ;
37
37
38
- it ( 'should have correct type signature for javascript users' , async function ( ) {
38
+ it ( 'should have correct type signature for javascript users' , async function ( ) {
39
39
this . timeout ( 300000 ) ;
40
40
const options = {
41
41
packageDir : process . cwd ( ) , // path to your module.
You can’t perform that action at this time.
0 commit comments