Skip to content

Commit 4d38f95

Browse files
authored
Merge pull request #10481 from swagger-api/security-issue
updated typescript-fetch sample in order to fix issue
2 parents 1fcc9d3 + ed461a8 commit 4d38f95

File tree

3 files changed

+4
-51
lines changed

3 files changed

+4
-51
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.3-SNAPSHOT
1+
2.4.16-SNAPSHOT

samples/client/petstore/typescript-fetch/builds/with-npm-version/api.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export interface FetchAPI {
4040
}
4141

4242
/**
43-
*
43+
*
4444
* @export
4545
* @interface FetchArgs
4646
*/
@@ -50,7 +50,7 @@ export interface FetchArgs {
5050
}
5151

5252
/**
53-
*
53+
*
5454
* @export
5555
* @class BaseAPI
5656
*/
@@ -66,7 +66,7 @@ export class BaseAPI {
6666
};
6767

6868
/**
69-
*
69+
*
7070
* @export
7171
* @class RequiredError
7272
* @extends {Error}

samples/client/petstore/typescript-fetch/builds/with-npm-version/yarn.lock

-47
This file was deleted.

0 commit comments

Comments
 (0)