chore: disable old import type (#6089)

This commit is contained in:
Nathan.fooo 2024-08-28 09:15:42 +08:00 committed by GitHub
parent b77fdb8424
commit c4cdcbff73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,8 @@ enum ImportType {
bool get enableOnRelease {
switch (this) {
case ImportType.historyDatabase:
case ImportType.historyDocument:
case ImportType.databaseRawData:
return kDebugMode;
default: