We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab005fc commit 0b36b5dCopy full SHA for 0b36b5d
packages/velog-cron/src/services/PostService/index.ts
@@ -5,7 +5,6 @@ import { injectable, singleton } from 'tsyringe'
5
import geoip from 'geoip-country'
6
import { subMonths } from 'date-fns'
7
import { DiscordService } from '@lib/discord/DiscordService.js'
8
-import { NotFoundError } from '@errors/NotfoundError.js'
9
10
interface Service {
11
findById(postId: string): Promise<Post | null>
0 commit comments