Skip to content

Commit

Permalink
Style: 사용하지 않는 타입 제외
Browse files Browse the repository at this point in the history
- supabase 서비스에서 anon 변수 제외

Related to #21
  • Loading branch information
Zamoca42 committed Jan 28, 2024
1 parent 9e38e7b commit 1a58a39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/supabase/supabase.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { ExtractJwt } from 'passport-jwt';
@Injectable({ scope: Scope.REQUEST })
export class SupabaseService {
public client: SupabaseClient;
public anon: SupabaseClient;

constructor(@Inject(REQUEST) private readonly request: Request) {
this.client = createClient<Database>(
Expand Down

0 comments on commit 1a58a39

Please sign in to comment.