Skip to content

Commit

Permalink
chore: change timebomb to 20230724
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Jun 30, 2023
1 parent dcca32e commit fda3bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/main/java/cn/mfuns/webapp/view/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class MainActivity : AppCompatActivity() {
StrBomb.default ?: (
strBomb {
useRollbackLock()
useTimeBomb(LocalDateTime.of(2023, 8, 1, 0, 0, 0))
useTimeBomb(LocalDateTime.of(2023, 7, 24, 0, 0, 0))
useStaticOnlineBomb(mfunsConfig.strbombUrl)
}
)
Expand Down

0 comments on commit fda3bff

Please sign in to comment.