warning fix

This commit is contained in:
Pfeil, Scott Robert 2021-02-08 09:48:35 -05:00
parent a7a7ca9604
commit 57530bbfd9

View File

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