update reading command
read filters or existing data
This commit is contained in:
parent
3f2f5e21a3
commit
c038ed9812
2 changed files with 43 additions and 33 deletions
|
@ -18,7 +18,7 @@ Be sensitive to changes and update the state.
|
|||
|
||||
// Create the variable to determine the corresponding key.
|
||||
let activity = false;
|
||||
let filters = secretariat.rules(URL);
|
||||
let filters = secretariat.specifics(`filters`, URL);
|
||||
|
||||
// Check if the filters exist.
|
||||
activity = (filters);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue