mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 16:34:18 -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
|
||||
)
|
||||
if result:
|
||||
results.append(result)
|
||||
results.extend(result)
|
||||
|
||||
defer.returnValue(results)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user