From b8889cc7d79b18d8f4f385b697a15899cc608b21 Mon Sep 17 00:00:00 2001 From: jmansdorfer Date: Tue, 1 Oct 2024 13:28:02 -0400 Subject: [PATCH] reverting fern version to try to fix error --- fern/docs/pages/reference/injection.mdx | 2 +- fern/fern.config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/docs/pages/reference/injection.mdx b/fern/docs/pages/reference/injection.mdx index 0630c29..e5a0842 100644 --- a/fern/docs/pages/reference/injection.mdx +++ b/fern/docs/pages/reference/injection.mdx @@ -155,7 +155,7 @@ The output will look something like: ```json { - "checks": [ + "checks":[ { "probability":1.0, "index":0, diff --git a/fern/fern.config.json b/fern/fern.config.json index b3b92b5..fb8a045 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "Prediction-Guard", - "version": "0.43.8" + "version": "0.39.19" } \ No newline at end of file