Skip to content

Commit

Permalink
hotfix: fix delete connection endpoint (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinsandilya committed Sep 5, 2023
1 parent 04eaafd commit d1f32c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions packages/backend/services/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const connectionService = new ConnectionService({
},
},
select: {
id: true,
tp_access_token: true,
tp_id: true,
t_id: true,
Expand Down

1 comment on commit d1f32c3

@vercel
Copy link

@vercel vercel bot commented on d1f32c3 Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

revert-client – ./

revert-client-revertdev.vercel.app
revert-client-git-main-revertdev.vercel.app
app.revert.dev

Please sign in to comment.