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 { bool get enableOnRelease {
switch (this) { switch (this) {
case ImportType.historyDatabase:
case ImportType.historyDocument:
case ImportType.databaseRawData: case ImportType.databaseRawData:
return kDebugMode; return kDebugMode;
default: default: