Update milk road query params

This commit is contained in:
Hongbo Wu 2022-05-17 22:43:00 +08:00
parent 13453e7b7f
commit 5b36f9270e

View file

@ -197,9 +197,7 @@ class MilkRoadHandler extends SubscribeHandler {
headers: {
'content-type': 'application/x-www-form-urlencoded',
},
body: `query_parameters=%7B%7D&email=${encodeURIComponent(
email
)}&commit=Subscribe`,
body: `email=${encodeURIComponent(email)}&commit=Subscribe`,
})
return ['Milk Road']