mirror of
https://github.com/certimate-go/certimate.git
synced 2026-09-01 15:39:35 +08:00
refactor: clean code
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user