Skip to content

Commit

Permalink
use Metered instead of Local
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-jain-akto committed Jan 14, 2025
1 parent b407855 commit 1642206
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3248,7 +3248,7 @@ public static void processTemplateFilesZip(byte[] zipFile, String author, String
if (testConfig != null) {
boolean hasSettings = testConfig.getAttributes() != null;

if (hasSettings && !testConfig.getAttributes().getPlan().equals(TemplatePlan.FREE) && DashboardMode.isLocalDeployment()) {
if (hasSettings && !testConfig.getAttributes().getPlan().equals(TemplatePlan.FREE) && !DashboardMode.isMetered()) {
skipped++;
continue;
}
Expand Down

0 comments on commit 1642206

Please sign in to comment.