Skip to content

Commit

Permalink
Fix event service build error
Browse files Browse the repository at this point in the history
  • Loading branch information
VictiniX888 committed Nov 9, 2024
1 parent a6011f2 commit 40ba1ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/event-service-next/src/utils/repository.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createClient } from '@supabase/supabase-js';
import { getEnv } from '@hibiscus/env';
import type { Event, EventAdmin } from '../utils/types.d.ts';
import type { Event, EventAdmin } from './types';

const apiUrl = getEnv().Hibiscus.Supabase.apiUrl;
const serviceKey = getEnv().Hibiscus.Supabase.serviceKey;
Expand Down
File renamed without changes.

0 comments on commit 40ba1ec

Please sign in to comment.