Skip to content

Commit

Permalink
Fix unguarded preloadPaywalls in getAssignments
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrumac committed Sep 21, 2024
1 parent 16486d9 commit 2f8e610
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ open class ConfigManager(
assignments
.getAssignments(triggers)
.then {
ioScope.launch { preloadAllPaywalls() }
ioScope.launch { preloadPaywalls() }
}.onError {
Logger.debug(
logLevel = LogLevel.error,
Expand Down

0 comments on commit 2f8e610

Please sign in to comment.