diff --git a/athena/queues/track-user-thread-last-seen.js b/athena/queues/track-user-thread-last-seen.js index f404e4db2c..18e331763e 100644 --- a/athena/queues/track-user-thread-last-seen.js +++ b/athena/queues/track-user-thread-last-seen.js @@ -7,6 +7,7 @@ import { createUserThread, } from '../models/usersThreads'; import type { Job, UserThreadLastSeenJobData } from 'shared/bull/types'; +import type { DBUsersThreads } from 'shared/types'; export default async (job: Job) => { const { userId, threadId, timestamp } = job.data;