-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve/api calls post requests #1946
Conversation
organizationId: user?.employee.organizationId as string, | ||
teamId: activeTeamId as string | ||
}, | ||
user?.tenantId as string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@desperado1802 can we add tenantId also in the object?
tenantId: string; | ||
} | ||
) { | ||
console.log('Post Request:', endpoint, data, isDirect, extras); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove consoles/commented code from the PR.
@desperado1802 also needs to remove a lot of commented out code / console.log etc. After it's done is it ready to be merged? |
Yes we can merge as soon as those changes are done. |
Removed unnecesary commented code. We can merge @evereq |
No description provided.