Skip to content

Commit

Permalink
fix: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
d1snin committed Apr 30, 2024
1 parent 55e05cb commit d2a78e6
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ interface TranslationService {
suspend fun verifyLocationsExist(space: SpaceEntity, explicitId: SpaceId? = null): Result<Unit>

suspend fun verifyLocationsNotUsed(space: SpaceEntity): Result<Unit>

companion object {

const val GLOBAL_TRANSLATION_PERMITTED_SPACE = ROOT_SPACE_SLUG
}
}

class DefaultTranslationService : TranslationService, KoinComponent {
Expand Down

0 comments on commit d2a78e6

Please sign in to comment.