nstack-io / nstack-ios-sdk

MIT License
5 stars 10 forks source link

NStack crash in responses feature #110

Open BucekJiri opened 1 year ago

BucekJiri commented 1 year ago

If you call getContentResponse<T: Codable>(_ slug: String, key: String? = nil, completion: @escaping Completion<T>) and you provide a slug String that is not configered in the NStack console, the SDK crashes instead of returning some error.