From e86982789335394821a5c57e21f46ddc196f8456 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Wed, 28 Aug 2024 19:08:30 +0200 Subject: [PATCH] Fixed typo within test.js that was failing Github Build npm:ajv-formats@3.0.1 instead of npm:ajv-formats@3.O.1 https://github.com/web3privacy/data/actions/runs/10537593173/job/29199162508 --- utils/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/test.js b/utils/test.js index 3979d6c..7d28640 100644 --- a/utils/test.js +++ b/utils/test.js @@ -1,5 +1,5 @@ import Ajv from "npm:ajv@8.17.1"; -import addFormats from "npm:ajv-formats@3.O.1"; +import addFormats from "npm:ajv-formats@3.0.1"; import { Engine } from "./engine.js";