Skip to content

Commit 59ee9f7

Browse files
committed
refactor MainActor 제거
1 parent f20fd84 commit 59ee9f7

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

DevLog/App/Assembler/InfraAssembler.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// Created by 최윤진 on 12/7/25.
66
//
77

8-
final class InfraAssembler: @MainActor Assembler {
9-
@MainActor
8+
final class InfraAssembler: Assembler {
109
func assemble(_ container: any DIContainer) {
1110
container.register(
1211
AuthenticationService.self,

DevLog/Infra/Service/SocialLogin/GoogleAuthenticationService.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import FirebaseMessaging
1212
import Foundation
1313
import GoogleSignIn
1414

15-
@MainActor
1615
final class GoogleAuthenticationService: AuthenticationService {
1716
private let store = Firestore.firestore()
1817
private let functions = Functions.functions(region: "asia-northeast3")

0 commit comments

Comments
 (0)