Skip to content

Commit 912aaa9

Browse files
committed
fix return undefined
1 parent 0f3867e commit 912aaa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/templates/template.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ function requestBodyString(method: string, parsedParameters: [], bodyParameter:
257257
`
258258
}
259259
}
260+
return ''
260261
}
261262

262263
/** serviceTemplate */

0 commit comments

Comments
 (0)