Skip to content

Commit

Permalink
🎨 replace actor to class
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfum committed Jul 31, 2021
1 parent 7c1ca2c commit 862a1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NewsAPI/NewsAPI.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

public actor NewsAPI {
public final class NewsAPI {

private let apiKey: String
private let session: URLSession
Expand Down

0 comments on commit 862a1d7

Please sign in to comment.