mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
refactor: remove registerOperators
This commit is contained in:
parent
3162ea6c4e
commit
a22c65d01c
@ -495,11 +495,4 @@ export class Application {
|
|||||||
getGlobalVar(key) {
|
getGlobalVar(key) {
|
||||||
return get(this.globalVars, 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