mirror of
https://github.com/certimate-go/certimate.git
synced 2026-07-05 21:14:45 +08:00
refactor: clean code
This commit is contained in:
parent
e0c38c5885
commit
4550058a90
@ -31,7 +31,6 @@ export const BizApplyNodeRegistry: NodeRegistry = {
|
||||
["config"]: ({ value }) => {
|
||||
const res = BizApplyNodeConfigForm.getSchema({}).safeParse(value);
|
||||
if (!res.success) {
|
||||
console.log(res);
|
||||
return {
|
||||
message: res.error.message,
|
||||
level: FeedbackLevel.Error,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user