FTAPIKit
FTAPIKit copied to clipboard
Change static var to static let constants
There were some shared variables, which were static var. This can result in mutation of these constants, which is definitely not on purpose and could result in an undefined behavior.