Reenable force_resolve on pubsub subcribe request

This commit is contained in:
syeopite 2023-12-15 12:11:39 -08:00
parent 2fea6a8499
commit 815a1c2cc4
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A

View File

@ -302,7 +302,7 @@ def subscribe_pubsub(topic, key)
"hub.secret" => key.to_s,
}
return make_client(PUBSUB_URL, force_resolve: false, &.post("/subscribe", form: body))
return make_client(PUBSUB_URL, &.post("/subscribe", form: body))
end
def parse_range(range)