Skip to content

Commit

Permalink
uncomment invalidate
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Dec 20, 2022
1 parent 68d8f9f commit 034709e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class MangaDexLoginHelper {
body = formBody,
),
).await()
// invalidate()
invalidate()
}.exceptionOrNull()

return when (error == null) {
Expand Down

0 comments on commit 034709e

Please sign in to comment.