Skip to content

Commit

Permalink
Merge pull request #10481 from swagger-api/security-issue
Browse files Browse the repository at this point in the history
updated typescript-fetch sample in order to fix issue
  • Loading branch information
HugoMario authored Sep 30, 2020
2 parents 1fcc9d3 + ed461a8 commit 4d38f95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 51 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.3-SNAPSHOT
2.4.16-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface FetchAPI {
}

/**
*
*
* @export
* @interface FetchArgs
*/
Expand All @@ -50,7 +50,7 @@ export interface FetchArgs {
}

/**
*
*
* @export
* @class BaseAPI
*/
Expand All @@ -66,7 +66,7 @@ export class BaseAPI {
};

/**
*
*
* @export
* @class RequiredError
* @extends {Error}
Expand Down

This file was deleted.

0 comments on commit 4d38f95

Please sign in to comment.