Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Aug 13, 2023
1 parent d812caf commit 3b560f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/api/share/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const GET = async ({ request }: APIEvent) => {
.select()
.contains("shared_with", [user_profile.user_id]);

console.log(user_profile.user_id);
shared_files = shared_files ?? [];

let { data: shared_workspaces } = await supabase
Expand Down

0 comments on commit 3b560f2

Please sign in to comment.