From 2dc8dcb03216ba295f647caeedf79cf92d2016ab Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Sat, 16 Nov 2024 19:10:04 +0300 Subject: [PATCH] docs: fix parsing error --- docs/content/docs/concepts/database.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/concepts/database.mdx b/docs/content/docs/concepts/database.mdx index 252ab523..0da716a5 100644 --- a/docs/content/docs/concepts/database.mdx +++ b/docs/content/docs/concepts/database.mdx @@ -430,7 +430,7 @@ Table Name: `verification` name: "expiresAt", type: "Date", description: "The time when the verification request expires" - } + }, { name: "createdAt", type: "Date",