From 6f8231f721294898c9e5553a1b3aa5fe687ee38d Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Mon, 21 Jul 2025 22:03:49 +0200 Subject: [PATCH] Update runner.dart --- lib/runner.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/runner.dart b/lib/runner.dart index 0f83b67..765f300 100644 --- a/lib/runner.dart +++ b/lib/runner.dart @@ -31,7 +31,6 @@ Future runLightmeterApp(Environment env) async { IAPProduct( storeId: IAPProductType.paidFeatures.storeId, price: '0.0\$', - status: IAPProductStatus.purchased, ), ], child: application,