CommonCodes.etc 수정

master
mjkhan21 1 year ago
parent d5f177fa99
commit aa32438180

@ -35,10 +35,10 @@ class CommonCodes {
}
etc2(code) {
return this._etc(code, "etc2");
return this._value(code, "etc2");
}
etc3(code) {
return this._etc(code, "etc3");
return this._value(code, "etc3");
}
}
Loading…
Cancel
Save