change imports

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-07-17 22:00:50 +02:00
parent c2329168fb
commit ec39b1fccc
7 changed files with 14 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ import type { Job } from 'bullmq';
import { getTime } from '@openpanel/common';
import { createEvent, eventBuffer, getEvents } from '@openpanel/db';
import type { EventsQueuePayloadCreateSessionEnd } from '@openpanel/queue/src/queues';
import type { EventsQueuePayloadCreateSessionEnd } from '@openpanel/queue';
export async function createSessionEnd(
job: Job<EventsQueuePayloadCreateSessionEnd>