Skip to content

Commit

Permalink
fixup! feat: extend state management for price notifications, introdu…
Browse files Browse the repository at this point in the history
…ce price notification type, use as example in component
  • Loading branch information
suschneider committed Jan 6, 2023
1 parent 58b6d7a commit 3d98ada
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class ProductNotificationsService {
.get(
customer.isBusinessCustomer
? `customers/${customer.customerNo}/users/-/notifications/${notificationType}`
: `users/-/notifications/${notificationType}`
: `privatecustomers/-/notifications/${notificationType}`
)
.pipe(
unpackEnvelope<Link>(),
Expand Down

0 comments on commit 3d98ada

Please sign in to comment.