Skip to content

Commit

Permalink
Changed share folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon Candel authored and Ramon Candel committed Aug 11, 2023
1 parent b54e9f5 commit 27a5157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internxt/sdk",
"version": "1.4.40",
"version": "1.4.41",
"description": "An sdk for interacting with Internxt's services",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/drive/share/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export class Share {
encryptionKey,
}: SharePrivateFolderWithUserPayload): Promise<void> {
return this.client.post(
'private-sharing/create',
'private-sharing/share',
{
email: emailToShare,
folderId: privateFolderId,
Expand Down

0 comments on commit 27a5157

Please sign in to comment.