Update GitHub actions
This commit is contained in:
parent
06511f8d46
commit
a93950fcf3
|
|
@ -91,7 +91,7 @@ void main({bool isTesting = false}) async {
|
|||
),
|
||||
]));
|
||||
|
||||
if (kIsWeb || !kReleaseMode) {
|
||||
if (!kReleaseMode) {
|
||||
runApp(InvoiceNinjaApp(store: store));
|
||||
} else {
|
||||
await SentryFlutter.init(
|
||||
|
|
|
|||
Loading…
Reference in New Issue