Skip to content

Commit

Permalink
fix: import FoundationNetworking in URL+appending extension
Browse files Browse the repository at this point in the history
  • Loading branch information
LosFarmosCTL committed May 28, 2024
1 parent 02558d8 commit e5c1d2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Twitch/Shared/Extensions/URL+appending.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#if canImport(FoundationNetworking)
import FoundationNetworking

extension URL {
internal func appending(queryItems: [URLQueryItem]) -> URL {
var components = URLComponents(url: self, resolvingAgainstBaseURL: false)!
Expand Down

0 comments on commit e5c1d2c

Please sign in to comment.