Skip to content

Commit

Permalink
removes empty body from get user notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
squivix committed May 20, 2024
1 parent 8f19479 commit 881f25c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/specs/api-schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ export declare class ApiClient<SecurityDataType extends unknown> extends HttpCli
* @request GET:/users/me/notifications
* @secure
*/
getUsersMeNotifications: (data: any, params?: RequestParams) => Promise<HttpResponse<NotificationSchema[], {
getUsersMeNotifications: (params?: RequestParams) => Promise<HttpResponse<NotificationSchema[], {
code: 401;
status: "Unauthorized";
message: string;
Expand Down
2 changes: 1 addition & 1 deletion build/specs/api-schema.js

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

Loading

0 comments on commit 881f25c

Please sign in to comment.