fix: ci build (#6687)

This commit is contained in:
ajie 2025-04-17 12:13:41 +08:00 committed by GitHub
parent 0961c4399d
commit 454ab34921
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,8 +8,9 @@
*/
import dayjs from 'dayjs';
import utc from 'dayjs/plugin/utc';
import { BaseInterface } from './base-interface';
dayjs.extend(utc);
export class TimeInterface extends BaseInterface {
toValue(value: any, ctx?: any) {
if (this.validate(value)) {