@@ -94,7 +94,7 @@ export class EventService {
9494 await this . notificationService . sendPushToUser ( event . createdBy . id , {
9595 title : `${ ( user . firstName || user . username ) } RSVP'd ${ rsvp } .` ,
9696 body : `to ${ event . name } ` ,
97- click_action : `https://hub .lazz.tech/app/tabs/event/${ eventId } ` ,
97+ click_action : `https://noun .lazz.tech/app/tabs/event/${ eventId } ` ,
9898 } ) ;
9999
100100 return userEvent ;
@@ -117,7 +117,7 @@ export class EventService {
117117 await this . notificationService . sendPushToUser ( invitee . id , {
118118 title : `You're invited to "${ event . name } " event.` ,
119119 body : `View the invite.` ,
120- click_action : `https://hub .lazz.tech/app/tabs/event/${ eventId } ` ,
120+ click_action : `https://noun .lazz.tech/app/tabs/event/${ eventId } ` ,
121121 } ) ;
122122 return joinUserEvent ;
123123 }
@@ -166,7 +166,7 @@ export class EventService {
166166 await this . notificationService . sendPushToUser ( event ?. createdBy ?. id , {
167167 title : `You're invited to "${ event . name } " event.` ,
168168 body : `View the invite.` ,
169- click_action : `https://hub .lazz.tech/app/tabs/event/${ event ?. id } ` ,
169+ click_action : `https://noun .lazz.tech/app/tabs/event/${ event ?. id } ` ,
170170 } ) ;
171171
172172 return joinUserEvent ;
@@ -230,7 +230,7 @@ export class EventService {
230230 j . user . id ,
231231 { title : `"${ event . name } " has been updated` ,
232232 body : `View the event to see changes.` ,
233- click_action : `https://hub .lazz.tech/app/tabs/event/${ event ?. id } ` ,
233+ click_action : `https://noun .lazz.tech/app/tabs/event/${ event ?. id } ` ,
234234 }
235235 )
236236 ) ;
0 commit comments