mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-19 23:44:19 -05:00
Extend individual list results into the main return list, don't append
This commit is contained in:
parent
b3511adb92
commit
f0c73a1e7a
@ -131,7 +131,7 @@ class ApplicationServicesHandler(object):
|
|||||||
service, protocol, fields
|
service, protocol, fields
|
||||||
)
|
)
|
||||||
if result:
|
if result:
|
||||||
results.append(result)
|
results.extend(result)
|
||||||
|
|
||||||
defer.returnValue(results)
|
defer.returnValue(results)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user