Skip to content

Commit

Permalink
fix ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Jun 24, 2024
1 parent 194f997 commit c7b7b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/tests/service-check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { ServiceError, ServiceResponseType, ServiceVerb, Svc } from "../mod.ts";

import type { ServiceClientImpl } from "../serviceclient.ts";
import type { JSONSchemaType, ValidateFunction } from "npm:ajv";
import type { Ajv } from "npm:ajv";
import { Ajv } from "npm:ajv";

const ajv = new Ajv();

Expand Down

0 comments on commit c7b7b4a

Please sign in to comment.