Skip to content

Commit

Permalink
♻️ :: [#75] AppComponent+Auth / 오타수정
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuunseo committed Dec 3, 2023
1 parent bcbad7e commit ac3f167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Sources/Application/DI/Auth/AppComponent+Auth.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public extension AppComponent {

var remoteAuthDataSource: any RemoteAuthDataSource {
shared {
RemoteAuthDataSourceImpl(keychian: keychain)
RemoteAuthDataSourceImpl(keychain: keychain)
}
}

Expand Down

0 comments on commit ac3f167

Please sign in to comment.