Skip to content

Commit

Permalink
Removed actor from project.
Browse files Browse the repository at this point in the history
  • Loading branch information
renanbdias committed Feb 17, 2022
1 parent 6c4c6be commit 0fa01b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -33,7 +33,7 @@
import Foundation
import CoreData

actor AnimalStoreService {
struct AnimalStoreService {
private let context: NSManagedObjectContext

init(context: NSManagedObjectContext) {
Expand Down
Expand Up @@ -32,7 +32,7 @@

import Foundation

actor FetchAnimalsService {
struct FetchAnimalsService {
private let requestManager: RequestManagerProtocol

init(requestManager: RequestManagerProtocol) {
Expand Down

0 comments on commit 0fa01b4

Please sign in to comment.