aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-07-12 18:44:40 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-07-12 18:44:40 +0300
commit5e8b4791a06c8fa00e56f4d043d25d00ef003c76 (patch)
treeebcb6de8e21c809543967055877fc31fa38a18b3 /docs/docs.go
parentfix: sql typo for edit map summary (#48) (diff)
downloadlphub-5e8b4791a06c8fa00e56f4d043d25d00ef003c76.tar.gz
lphub-5e8b4791a06c8fa00e56f4d043d25d00ef003c76.tar.bz2
lphub-5e8b4791a06c8fa00e56f4d043d25d00ef003c76.zip
fix: 0 score count / showcase not required (#47)
Former-commit-id: 2a1cea87348e0af8d97512a46093bd38768257ef
Diffstat (limited to 'docs/docs.go')
-rw-r--r--docs/docs.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/docs.go b/docs/docs.go
index 13d4cf6..423afad 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1086,7 +1086,6 @@ const docTemplate = `{
1086 "description", 1086 "description",
1087 "record_date", 1087 "record_date",
1088 "score_count", 1088 "score_count",
1089 "showcase",
1090 "user_name" 1089 "user_name"
1091 ], 1090 ],
1092 "properties": { 1091 "properties": {
@@ -1139,7 +1138,6 @@ const docTemplate = `{
1139 "record_date", 1138 "record_date",
1140 "route_id", 1139 "route_id",
1141 "score_count", 1140 "score_count",
1142 "showcase",
1143 "user_name" 1141 "user_name"
1144 ], 1142 ],
1145 "properties": { 1143 "properties": {