File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/meteor/app/api/server/v1 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ const groupsHistoryPropsSchema = withGroupBaseProperties({
8585} ) ;
8686const isGroupsHistoryProps = ajv . compile < GroupsHistoryProps > ( groupsHistoryPropsSchema ) ;
8787
88- const isGroupsHistoryReponse = ajv . compile ( {
88+ const isGroupsHistoryResponse = ajv . compile ( {
8989 type : 'object' ,
9090 properties : {
9191 success : { type : 'boolean' , enum : [ true ] } ,
@@ -109,7 +109,7 @@ const groupsHistoryEndpoints = API.v1.get(
109109 authRequired : true ,
110110 query : isGroupsHistoryProps ,
111111 response : {
112- 200 : isGroupsHistoryReponse ,
112+ 200 : isGroupsHistoryResponse ,
113113 400 : validateBadRequestErrorResponse ,
114114 401 : validateUnauthorizedErrorResponse ,
115115 403 : validateForbiddenErrorResponse ,
You can’t perform that action at this time.
0 commit comments