optional modules

This commit is contained in:
Pfeil, Scott Robert 2021-01-29 10:18:20 -05:00
parent ff8f82e19f
commit a7a7ca9604

View File

@ -74,7 +74,7 @@ import UIKit
} }
open func modulesToListenFor() -> [String]? { open func modulesToListenFor() -> [String]? {
loadObject?.requestParameters?.modules as? [String] loadObject?.requestParameters?.allModules() as? [String]
} }
@objc open func responseJSONUpdated(notification: Notification) { @objc open func responseJSONUpdated(notification: Notification) {