File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11import { Injectable , Logger } from '@nestjs/common' ;
22import { db } from '@db' ;
3- import { isUserUnsubscribed } from '@trycompai /email' ;
3+ import { isUserUnsubscribed } from '@comp /email' ;
44import { sendEmail } from '../email/resend' ;
55import { CommentMentionedEmail } from '../email/templates/comment-mentioned' ;
66import { NovuService } from '../notifications/novu.service' ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
1414} from '@react-email/components' ;
1515import { Footer } from '../components/footer' ;
1616import { Logo } from '../components/logo' ;
17- import { getUnsubscribeUrl } from '@trycompai /email' ;
17+ import { getUnsubscribeUrl } from '@comp /email' ;
1818
1919interface Props {
2020 toName : string ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
1414} from '@react-email/components' ;
1515import { Footer } from '../components/footer' ;
1616import { Logo } from '../components/logo' ;
17- import { getUnsubscribeUrl } from '@trycompai /email' ;
17+ import { getUnsubscribeUrl } from '@comp /email' ;
1818
1919interface Props {
2020 toName : string ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
1414} from '@react-email/components' ;
1515import { Footer } from '../components/footer' ;
1616import { Logo } from '../components/logo' ;
17- import { getUnsubscribeUrl } from '@trycompai /email' ;
17+ import { getUnsubscribeUrl } from '@comp /email' ;
1818
1919interface Props {
2020 toName : string ;
Original file line number Diff line number Diff line change 11import { db } from '@db' ;
22import { Injectable , Logger } from '@nestjs/common' ;
3- import { isUserUnsubscribed } from '@trycompai /email' ;
3+ import { isUserUnsubscribed } from '@comp /email' ;
44import { sendEmail } from '../email/resend' ;
55import { TaskItemAssignedEmail } from '../email/templates/task-item-assigned' ;
66import { NovuService } from '../notifications/novu.service' ;
Original file line number Diff line number Diff line change 11import { Injectable , Logger } from '@nestjs/common' ;
22import { db } from '@db' ;
3- import { isUserUnsubscribed } from '@trycompai /email' ;
3+ import { isUserUnsubscribed } from '@comp /email' ;
44import { sendEmail } from '../email/resend' ;
55import { TaskItemMentionedEmail } from '../email/templates/task-item-mentioned' ;
66import { NovuService } from '../notifications/novu.service' ;
You can’t perform that action at this time.
0 commit comments