Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
djyde committed Apr 26, 2021
1 parent 5bd1ad3 commit a51eabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/open/unsubscribe.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { NextApiRequest, NextApiResponse } from 'next'
import { resolvedConfig } from '../../../utils.server'
import jwt from 'jsonwebtoken'
import { UnSubscribeType } from '../../../service/notification.service'
import { UserService } from '../../../service/user.service'
import { UnSubscribeType } from '../../../service/token.service'

export default async function handler(
req: NextApiRequest,
Expand Down

1 comment on commit a51eabe

@vercel
Copy link

@vercel vercel bot commented on a51eabe Apr 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.