Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #46 from SciPhi-AI/Nolan/UsersOverview
Browse files Browse the repository at this point in the history
Move UsersOverview to a post request
  • Loading branch information
NolanTrem authored Jul 24, 2024
2 parents 5f06754 + a7efd00 commit a61918f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r2r-js",
"version": "1.2.9",
"version": "1.2.10",
"description": "",
"main": "dist/index.js",
"browser": "dist/index.browser.js",
Expand Down
2 changes: 1 addition & 1 deletion src/r2rClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ export class r2rClient {
user_ids: user_ids || [],
};

return this._makeRequest("GET", "users_overview", {
return this._makeRequest("POST", "users_overview", {
data: request,
headers: {
"Content-Type": "application/json",
Expand Down

0 comments on commit a61918f

Please sign in to comment.