fix: Resolve build warnings related to throwables and Any?
Closes #99 Closes #106
This commit is contained in:
@@ -42,7 +42,7 @@ public class Context {
|
||||
}
|
||||
|
||||
/// Pop the last level off of the Context
|
||||
fileprivate func pop() -> [String: Any]? {
|
||||
fileprivate func pop() -> [String: Any?]? {
|
||||
return dictionaries.popLast()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user