Skip to content

Commit 6b359ea

Browse files
authored
Fix typo in group api (dresden-elektronik#7748)
1 parent 0fa6129 commit 6b359ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_groups.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ int DeRestPluginPrivate::createGroup(const ApiRequest &req, ApiResponse &rsp)
258258
}
259259
else
260260
{
261-
rsp.list.append(errorToMap(ERR_INVALID_VALUE, QString("/groups"), QString("invalid value, %1, for parameter, uniqeid").arg(uniqueid)));
261+
rsp.list.append(errorToMap(ERR_INVALID_VALUE, QString("/groups"), QString("invalid value, %1, for parameter, uniqueid").arg(uniqueid)));
262262
rsp.httpStatus = HttpStatusBadRequest;
263263
return REQ_READY_SEND;
264264
}

0 commit comments

Comments
 (0)