fix: 数据源定时监测失败

This commit is contained in:
taojinlong 2024-07-02 16:42:33 +08:00
parent 91328c6fc1
commit cef909b959

View File

@ -973,7 +973,6 @@ public class DatasourceServer implements DatasourceApi {
LicenseUtil.validate();
validate(datasource);
} catch (Exception e) {
e.printStackTrace();
}
});
});