Skip to content

Commit

Permalink
Fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Oct 13, 2024
1 parent cb0ceac commit c461456
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public enum ParraLoggerEnvironment {
#else
// Normally this is always false, but on the Parra Demo app, logs
// should also be sent to the console to be displayed on screen
return AppEnvironment.isParraDemoBeta
return ParraAppEnvironment.isParraDemoBeta
#endif
}
}
Expand Down

0 comments on commit c461456

Please sign in to comment.