mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
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:
parent
5c3ffec2f7
commit
e869827893
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import Ajv from "npm:ajv@8.17.1";
|
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";
|
import { Engine } from "./engine.js";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue