Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Import type
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Whale committed Apr 4, 2018
1 parent 0815fea commit f46920b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions athena/queues/track-user-thread-last-seen.js
Original file line number Diff line number Diff line change
Expand Up @@ -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<UserThreadLastSeenJobData>) => {
const { userId, threadId, timestamp } = job.data;
Expand Down

0 comments on commit f46920b

Please sign in to comment.