codeandtheory / ynetwork-ios

A networking layer for iOS and tvOS.
Apache License 2.0
3 stars 3 forks source link

[ISSUE] Remove Swift 5.8 warning #17

Closed SahilSainiYML closed 1 year ago

SahilSainiYML commented 1 year ago

Introduction

warning:Heterogeneous collection literal could only be inferred to '[String : Any]' add explicit type annotation if this is intentional Remove this warning.

Purpose

Swift5.8 introduced a new warning. Fix https://github.com/yml-org/ynetwork-ios/issues/15

Scope

Update this file GetTriviaRequest.swift.

Out of Scope

Any functionality or UI changes.

📈 Coverage

Code

No change.

Documentation

No change.