Skip to content

Commit

Permalink
Rollback InteractorsModule
Browse files Browse the repository at this point in the history
  • Loading branch information
Semper-Viventem committed Feb 10, 2024
1 parent 5692c83 commit a2a65b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object InteractorsModule {
factory { RestoreDatabaseInteractor(get(), get(), get()) }
factory { SaveRadarProfile(get(), get()) }
factory { DeleteRadarProfile(get(), get()) }
single { CheckDeviceLocationHistoryInteractor(get()) }
factory { CheckDeviceLocationHistoryInteractor(get()) }
factory { CheckUserLocationHistoryInteractor(get()) }
factory { AddTagToDeviceInteractor(get(), get()) }
factory { RemoveTagFromDeviceInteractor(get()) }
Expand Down

0 comments on commit a2a65b9

Please sign in to comment.