This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new de65c77 update
de65c77 is described below
commit de65c77ed8c023e58c12c13f13d04789b712ce79
Author: LiLi <[email protected]>
AuthorDate: Tue Jan 25 09:30:06 2022 +0800
update
Signed-off-by: LiLi <[email protected]>
---
site2/website-next/src/components/RestApi.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site2/website-next/src/components/RestApi.js
b/site2/website-next/src/components/RestApi.js
index b9ad21b..ae076e1 100644
--- a/site2/website-next/src/components/RestApi.js
+++ b/site2/website-next/src/components/RestApi.js
@@ -41,7 +41,7 @@ class RestApi extends React.Component {
if (paramsList && paramsList.length > 0) {
version = "master";
apiversion = "";
- for (let i; in paramsList) {
+ for (let i in paramsList) {
let param = paramsList[i].split("=");
if (param[0] === "version") {
version = param[1];