File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 description: 'points and reasons for the points ' ,
4343 ),
4444 new OA \Property (
45- property: 'alsoOnThisconnection ' ,
45+ property: 'alsoOnThisConnection ' ,
4646 description: 'Statuses of other people on this connection ' ,
4747 type: 'array ' ,
4848 items: new OA \Items (ref: '#/components/schemas/StatusResource ' ),
Original file line number Diff line number Diff line change @@ -747,7 +747,7 @@ export interface CheckinSuccessResource {
747747 /** Points model */
748748 points ?: Points ;
749749 /** Statuses of other people on this connection */
750- alsoOnThisconnection ?: StatusResource [ ] ;
750+ alsoOnThisConnection ?: StatusResource [ ] ;
751751}
752752
753753/** Client */
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export default {
3737 }
3838
3939 this .points = success ?.points ?? null ;
40- this .alsoOnThisConnection = success ?.alsoOnThisconnection ?? [];
40+ this .alsoOnThisConnection = success ?.alsoOnThisConnection ?? [];
4141 this .status = success ?.status ?? null ;
4242 this .$refs .modal .show ();
4343 this .checkinSuccess .reset ();
Original file line number Diff line number Diff line change 65346534 "points" : {
65356535 "$ref" : " #/components/schemas/Points"
65366536 },
6537- "alsoOnThisconnection " : {
6537+ "alsoOnThisConnection " : {
65386538 "description" : " Statuses of other people on this connection" ,
65396539 "type" : " array" ,
65406540 "items" : {
You can’t perform that action at this time.
0 commit comments