From 5435d04305b719afda2e5c3352d5e3f3a057b48c Mon Sep 17 00:00:00 2001
From: Hex09AF <118161628+Hex09AF@users.noreply.github.com>
Date: Tue, 6 Jun 2023 22:06:26 +0700
Subject: [PATCH] Fix wrong JSON format
---
views/pages/documentation.ejs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/views/pages/documentation.ejs b/views/pages/documentation.ejs
index e8aa510..5f4de81 100644
--- a/views/pages/documentation.ejs
+++ b/views/pages/documentation.ejs
@@ -67,7 +67,7 @@ $.ajax({
"location": {
"street": {
"number": 8929,
- "name": "Valwood Pkwy",
+ "name": "Valwood Pkwy"
},
"city": "Billings",
"state": "Michigan",