From 57530bbfd90e5a847f1d134755bcd23d122c1991 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Mon, 8 Feb 2021 09:48:35 -0500 Subject: [PATCH] warning fix --- MVMCoreUI/BaseControllers/ViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/BaseControllers/ViewController.swift b/MVMCoreUI/BaseControllers/ViewController.swift index abaa4130..50172397 100644 --- a/MVMCoreUI/BaseControllers/ViewController.swift +++ b/MVMCoreUI/BaseControllers/ViewController.swift @@ -74,7 +74,7 @@ import UIKit } open func modulesToListenFor() -> [String]? { - loadObject?.requestParameters?.allModules() as? [String] + loadObject?.requestParameters?.allModules() } @objc open func responseJSONUpdated(notification: Notification) {