Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 2362a4b

Browse files
Fix: remove whatsapp dependencies in server
1 parent 929a6ec commit 2362a4b

File tree

3 files changed

+100
-373
lines changed

3 files changed

+100
-373
lines changed

apps/server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@
128128
"turndown": "^7.2.0",
129129
"typesense": "^1.7.2",
130130
"uuid": "^10.0.0",
131-
"whatsapp-web.js": "^1.26.0",
132131
"winston": "^3.14.2"
133132
},
134133
"devDependencies": {

apps/webapp/src/services/workspace/invite-users.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@ export interface InviteUsersParams {
1212
role: RoleEnum;
1313
}
1414

15-
export function inviteUsers({
16-
emailIds,
17-
18-
teamIds,
19-
role,
20-
}: InviteUsersParams) {
15+
export function inviteUsers({ emailIds, teamIds, role }: InviteUsersParams) {
2116
return ajaxPost({
2217
url: `/api/v1/workspaces/invite_users`,
2318
data: {

0 commit comments

Comments
 (0)