fix(core): update
This commit is contained in:
@ -25,4 +25,4 @@ export interface IDomainSnapshot {
|
||||
serverUrl: string;
|
||||
content: string;
|
||||
}[];
|
||||
}
|
||||
}
|
||||
|
@ -7,6 +7,4 @@ export * from './status.js';
|
||||
|
||||
import * as checks from './checks/index.js';
|
||||
|
||||
export {
|
||||
checks
|
||||
}
|
||||
export { checks };
|
||||
|
Reference in New Issue
Block a user