mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
refactor: remove registerOperators
This commit is contained in:
parent
3162ea6c4e
commit
a22c65d01c
@ -495,11 +495,4 @@ export class Application {
|
||||
getGlobalVar(key) {
|
||||
return get(this.globalVars, key);
|
||||
}
|
||||
|
||||
registerOperators(key, operator) {
|
||||
this.jsonLogic[key] = operator;
|
||||
}
|
||||
getOperator(key) {
|
||||
return this.jsonLogic[key];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user