mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update milk road query params
This commit is contained in:
parent
13453e7b7f
commit
5b36f9270e
1 changed files with 1 additions and 3 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Reference in a new issue