Fix formatting

This commit is contained in:
Till Faelligen 2022-01-28 11:48:29 +01:00
parent b0ae350f2e
commit ab14bf969c

View file

@ -67,7 +67,8 @@ func GetPostPublicRooms(
req.Context(), serverName,
int(request.Limit), request.Since,
request.Filter.SearchTerms, false,
"")
"",
)
if err != nil {
util.GetLogger(req.Context()).WithError(err).Error("failed to get public rooms")
return jsonerror.InternalServerError()