apply tag to lbry.tech email signups
This commit is contained in:
parent
c2c120489a
commit
add2f73682
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ function newsletterSubscribe(data, socket) {
|
|||
return new Promise((resolve, reject) => {
|
||||
request({
|
||||
method: "POST",
|
||||
url: `https://api.lbry.io/list/subscribe?email=${email}`
|
||||
url: `https://api.lbry.io/list/subscribe?email=${email}&tag=developer`
|
||||
}).then(body => {
|
||||
if (!body || !JSON.parse(body)) {
|
||||
logSlackError(
|
||||
|
|
Loading…
Reference in a new issue