mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Save newsletter_email_id in subscription instead of the whole entity
This commit is contained in:
parent
c647aabeaa
commit
c4a5cbe4e2
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ export const createTestSubscription = async (
|
|||
user,
|
||||
name,
|
||||
status: SubscriptionStatus.Active,
|
||||
newsletterEmail,
|
||||
newsletterEmail: { id: newsletterEmail.id },
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue