Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Enable site if found
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Nov 15, 2023
1 parent ff2d1fa commit fd4b47f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/kotlin/dev/queercoded/webring/SiteChecker.kt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ class SiteChecker(val siteRepository: SiteRepository) {
siteRepository.persist(site)
}

if (found) {
site.dead_end = false
siteRepository.persist(site)
}

}
}

Expand Down

0 comments on commit fd4b47f

Please sign in to comment.