Skip to content

Commit

Permalink
removed supabaseAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVOiceover committed Aug 7, 2024
1 parent 964dda1 commit 586f770
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/users.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import express from 'express';
import { supabase, supabaseAdmin } from '../supabaseClient'
//import { supabase, supabaseAdmin } from '../supabaseClient'
import { supabase } from '../supabaseClient'

const router = express.Router();

Expand Down

0 comments on commit 586f770

Please sign in to comment.