Fix build and tests

This commit is contained in:
Zef Hemel
2023-01-25 18:40:34 +01:00
parent bd152dd297
commit e14d6a6fb8
3 changed files with 3 additions and 5 deletions
-2
View File
@@ -2,8 +2,6 @@ import { Hook, Manifest } from "../types.ts";
import { Cron } from "https://cdn.jsdelivr.net/gh/hexagon/croner@4/src/croner.js";
import { safeRun } from "../util.ts";
import { System } from "../system.ts";
import { timingSafeEqual } from "https://deno.land/std@0.152.0/crypto/timing_safe_equal";
export type CronHookT = {
cron?: string | string[];
};