Skip to content

Commit 3438d6b

Browse files
committed
remove the todo comments
1 parent 4b7965c commit 3438d6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

http.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ func getHTTP(method string, url string, args []string) (r *httplib.BeegoHttpRequ
5151
jsonmap[strs[0]] = j
5252
continue
5353
}
54-
//@TODO strconv strs[1] to the correct type
5554
jsonmap[strs[0]] = toRealType(strs[1])
5655
continue
5756
}

0 commit comments

Comments
 (0)