Skip to content

Commit 2327f13

Browse files
fix: "ref" had a typo
1 parent f5fa868 commit 2327f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Api/OAuth2/OAuth2RocketChatSSOApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function __construct
6666
content: new OA\JsonContent(
6767
// The content of the response is defined by "data" portion of
6868
// the Rocket Chat login endpoint response structure
69-
red: '#/components/schemas/RocketChatUserProfile',
69+
ref: '#/components/schemas/RocketChatUserProfile',
7070
)
7171
),
7272
new OA\Response(

0 commit comments

Comments
 (0)