Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 21, 2024
1 parent 1d832a9 commit decd0f6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 66 deletions.
1 change: 0 additions & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"react-intersection-observer": "^9.13.1",
"react-markdown": "^9.0.1",
"react-plaid-link": "^3.6.0",
"react-pluggy-connect": "^2.10.2",
"react-use-draggable-scroll": "^0.4.7",
"recharts": "^2.12.7",
"resend": "^4.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { client } from "@midday/engine/client";
import { getSession } from "@midday/supabase/cached-queries";

export const createPluggyLinkTokenAction = async (accessToken?: string) => {
export const createPluggyLinkTokenAction = async () => {
const {
data: { session },
} = await getSession();
Expand All @@ -25,7 +25,5 @@ export const createPluggyLinkTokenAction = async (accessToken?: string) => {

const { data } = await pluggyResponse.json();

console.log(data);

return data.access_token;
};
62 changes: 0 additions & 62 deletions apps/dashboard/src/components/pluggy-connect.tsx

This file was deleted.

Binary file modified bun.lockb
Binary file not shown.

0 comments on commit decd0f6

Please sign in to comment.