Update plugins/catalog-backend/src/ingestion/CatalogRules.ts
Co-authored-by: Lucas Desouza <lucas.desouza@aa.com> Signed-off-by: Justin De Burgo <57914589+jpdeburgo@users.noreply.github.com> Signed-off-by: Lucas De Souza <lucas.desouza@aa.com>
This commit is contained in:
committed by
Lucas De Souza
parent
cdbd1c000a
commit
bec0c068c9
@@ -127,7 +127,7 @@ export class DefaultCatalogRulesEnforcer implements CatalogRulesEnforcer {
|
||||
return new DefaultCatalogRulesEnforcer(rules);
|
||||
}
|
||||
|
||||
constructor(private readonly rules: CatalogRule[]) { }
|
||||
constructor(private readonly rules: CatalogRule[]) {}
|
||||
|
||||
/**
|
||||
* Checks whether a specific entity/location combination is allowed
|
||||
|
||||
Reference in New Issue
Block a user