Skip to content

Commit 40ba1ec

Browse files
committed
Fix event service build error
1 parent a6011f2 commit 40ba1ec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/event-service-next/src/utils/repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createClient } from '@supabase/supabase-js';
22
import { getEnv } from '@hibiscus/env';
3-
import type { Event, EventAdmin } from '../utils/types.d.ts';
3+
import type { Event, EventAdmin } from './types';
44

55
const apiUrl = getEnv().Hibiscus.Supabase.apiUrl;
66
const serviceKey = getEnv().Hibiscus.Supabase.serviceKey;
File renamed without changes.

0 commit comments

Comments
 (0)