diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-06-20 20:57:10 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-06-20 20:57:10 +0300 |
| commit | 9af2c7d17f02be98998d388b421b3d055a96f83e (patch) | |
| tree | 0e1fe45dec78928c77a0455732acd845916bfcb5 /docs/docs.go | |
| parent | docs: map summary response (#46) (diff) | |
| download | lphub-9af2c7d17f02be98998d388b421b3d055a96f83e.tar.gz lphub-9af2c7d17f02be98998d388b421b3d055a96f83e.tar.bz2 lphub-9af2c7d17f02be98998d388b421b3d055a96f83e.zip | |
fix: remove duplicate score count in routes (#46)
Diffstat (limited to 'docs/docs.go')
| -rw-r--r-- | docs/docs.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/docs.go b/docs/docs.go index b7dc7ab..a0aad6f 100644 --- a/docs/docs.go +++ b/docs/docs.go | |||
| @@ -914,9 +914,6 @@ const docTemplate = `{ | |||
| 914 | "rating": { | 914 | "rating": { |
| 915 | "type": "number" | 915 | "type": "number" |
| 916 | }, | 916 | }, |
| 917 | "score_count": { | ||
| 918 | "type": "integer" | ||
| 919 | }, | ||
| 920 | "showcase": { | 917 | "showcase": { |
| 921 | "type": "string" | 918 | "type": "string" |
| 922 | } | 919 | } |