Skip to content

Commit

Permalink
fix return undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Manweill committed Feb 18, 2024
1 parent 0f3867e commit 912aaa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ function requestBodyString(method: string, parsedParameters: [], bodyParameter:
`
}
}
return ''
}

/** serviceTemplate */
Expand Down

0 comments on commit 912aaa9

Please sign in to comment.