Skip to content

Commit 35efbf7

Browse files
committed
remove unnecessary comments
1 parent 96a272a commit 35efbf7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/static/helpers/customApi.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,6 @@ export type CustomApiParameters = {
5757
* @param args.clientConfig.fetchOptions? - fetchOptions that are passed onto the fetch request
5858
* @param args.clientConfig.throwOnBadResponse? - flag that when set true will throw a response error if the fetch request fails (returns with a status code outside the range of 200-299 or 304 redirect)
5959
* @param args.rawResponse? - Flag to return the raw response from the fetch call. True for raw response object, false for the data from the response
60-
* @param args.options.method
61-
* @param args.options.parameters
62-
* @param args.options.customApiPathParameters
63-
* @param args.options.headers
64-
* @param args.options.body
65-
* @param args.options.retrySettings
66-
* @param args.options.fetchOptions
67-
* @param args.options.enableTransformBody
68-
* @param args.rawResponse
6960
* @returns Raw response or data from response based on rawResponse argument from fetch call
7061
*/
7162
export const callCustomEndpoint = async (args: {

0 commit comments

Comments
 (0)