Skip to content

Commit

Permalink
Update Newsfeed.js
Browse files Browse the repository at this point in the history
  • Loading branch information
maxachis authored Feb 5, 2024
1 parent 0052684 commit 4ad4eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Newsfeed/Newsfeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { createClient } from "@supabase/supabase-js";
import css from "./Newsfeed.module.css";

const supabase = createClient(
process.env.REACT_APP_SUPABASE_URL,
process.env.REACT_APP_SUPABASE_ANON_KEY
"https://vsumrxhpkzegrktbtcui.supabase.co",
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InZzdW1yeGhwa3plZ3JrdGJ0Y3VpIiwicm9sZSI6ImFub24iLCJpYXQiOjE2ODQ3OTU2NzUsImV4cCI6MjAwMDM3MTY3NX0.9lafalZT9FJW1D8DAuIMrsRX0Gs6204nV8ETfGslrqI"
);

const Newsfeed = () => {
Expand Down

0 comments on commit 4ad4eb7

Please sign in to comment.