fix crash

This commit is contained in:
Phillip Thelen 2022-07-06 08:01:53 +02:00
parent 9fb51d7bfe
commit 8292fe21c7

View file

@ -2,6 +2,7 @@ package com.habitrpg.common.habitica.helpers
enum class AppTestingLevel(identifier: String) {
STAFF("staff"),
PARTNERS("partners"),
ALPHA("alpha"),
BETA("beta"),
PRODUCTION("production")