|
|
@ -1705,7 +1705,7 @@ get "/api/v1/comments/:id" do |env|
|
|
|
|
ctoken = ctoken["ctoken"]
|
|
|
|
ctoken = ctoken["ctoken"]
|
|
|
|
itct = body.match(/itct=(?<itct>[^"]+)"/).not_nil!["itct"]
|
|
|
|
itct = body.match(/itct=(?<itct>[^"]+)"/).not_nil!["itct"]
|
|
|
|
|
|
|
|
|
|
|
|
if env.params.query["continuation"]?
|
|
|
|
if env.params.query["continuation"]? && !env.params.query["continuation"].empty?
|
|
|
|
continuation = env.params.query["continuation"]
|
|
|
|
continuation = env.params.query["continuation"]
|
|
|
|
ctoken = continuation
|
|
|
|
ctoken = continuation
|
|
|
|
else
|
|
|
|
else
|
|
|
|