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
This commit is contained in:
niclaz 2024-08-28 19:08:30 +02:00 committed by GitHub
parent 5c3ffec2f7
commit e869827893
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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";