3
0

Remove enabled from module.recordDeDup

This commit is contained in:
Jože Fortun
2024-02-06 14:17:11 +01:00
parent f6a4e9bb50
commit b85ebad9b0
-1
View File
@@ -58,7 +58,6 @@ interface Config {
};
recordDeDup: {
enabled: boolean;
rules: RecordDeDupRule[];
};
}