feat: use default include property from patches

This commit is contained in:
Alberto Ponces
2022-08-21 02:58:40 +01:00
parent 8434211b61
commit e142a5aa19
5 changed files with 13 additions and 5 deletions

View File

@ -110,6 +110,7 @@ class PatcherAPI {
.toTitleCase(),
version: patch['version'] ?? '?.?.?',
description: patch['description'] ?? 'N/A',
include: patch['include'] ?? true,
),
);
}
@ -150,6 +151,7 @@ class PatcherAPI {
.toTitleCase(),
version: patch['version'] ?? '?.?.?',
description: patch['description'] ?? 'N/A',
include: patch['include'] ?? true,
),
);
}