Update backend/src/webhook/elopage.ts

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
Moriz Wahl 2022-03-23 19:40:36 +01:00 committed by GitHub
parent 807922a8d5
commit 65fb882f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,6 @@ export const elopageWebhook = async (req: any, res: any): Promise<void> => {
firstName,
lastName,
publisherId: loginElopageBuy.publisherId || 0, // This seemed to be the default value if not set
redeemCode: '',
})
} catch (error) {
// eslint-disable-next-line no-console