Skip to content

Commit

Permalink
Shows all my github followers on about me page
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash Singh committed Mar 8, 2024
1 parent ac6181c commit e8a5e8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/src/context/CommunityStats/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const CommunityStatsContext = createContext<
>(undefined);

const ACCESS_TOKEN = process.env.REACT_APP_FOLLOWERS_ACCESS_KEY;
console.log(ACCESS_TOKEN);

export const CommunityStatsProvider: FC = ({ children }) => {
const [loading, setLoading] = useState(true);
Expand Down

0 comments on commit e8a5e8f

Please sign in to comment.