diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-18 08:05:27 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-18 08:05:27 +0900 |
| commit | 1441fd93b97a2baa1d7a225fb7d1a99c85d96af5 (patch) | |
| tree | 1ad7fb57f1937f8bb8d02b208622b616f0e9bbf7 /src/server/api/endpoints/charts | |
| parent | Improve chart logging (diff) | |
| download | sharkey-1441fd93b97a2baa1d7a225fb7d1a99c85d96af5.tar.gz sharkey-1441fd93b97a2baa1d7a225fb7d1a99c85d96af5.tar.bz2 sharkey-1441fd93b97a2baa1d7a225fb7d1a99c85d96af5.zip | |
Clean up
Diffstat (limited to 'src/server/api/endpoints/charts')
| -rw-r--r-- | src/server/api/endpoints/charts/active-users.ts | 2 | ||||
| -rw-r--r-- | src/server/api/endpoints/charts/drive.ts | 2 | ||||
| -rw-r--r-- | src/server/api/endpoints/charts/federation.ts | 2 | ||||
| -rw-r--r-- | src/server/api/endpoints/charts/hashtag.ts | 2 | ||||
| -rw-r--r-- | src/server/api/endpoints/charts/instance.ts | 2 | ||||
| -rw-r--r-- | src/server/api/endpoints/charts/network.ts | 2 | ||||
| -rw-r--r-- | src/server/api/endpoints/charts/notes.ts | 2 | ||||
| -rw-r--r-- | src/server/api/endpoints/charts/user/drive.ts | 2 | ||||
| -rw-r--r-- | src/server/api/endpoints/charts/user/following.ts | 2 | ||||
| -rw-r--r-- | src/server/api/endpoints/charts/user/notes.ts | 2 | ||||
| -rw-r--r-- | src/server/api/endpoints/charts/user/reactions.ts | 2 | ||||
| -rw-r--r-- | src/server/api/endpoints/charts/users.ts | 2 |
12 files changed, 0 insertions, 24 deletions
diff --git a/src/server/api/endpoints/charts/active-users.ts b/src/server/api/endpoints/charts/active-users.ts index f0349b17f3..59bb1db109 100644 --- a/src/server/api/endpoints/charts/active-users.ts +++ b/src/server/api/endpoints/charts/active-users.ts @@ -4,8 +4,6 @@ import { convertLog } from '../../../../services/chart/core'; import { activeUsersChart } from '../../../../services/chart'; export const meta = { - stability: 'stable', - desc: { 'ja-JP': 'アクティブユーザーのチャートを取得します。' }, diff --git a/src/server/api/endpoints/charts/drive.ts b/src/server/api/endpoints/charts/drive.ts index ae6d894407..5c26fe719a 100644 --- a/src/server/api/endpoints/charts/drive.ts +++ b/src/server/api/endpoints/charts/drive.ts @@ -4,8 +4,6 @@ import { convertLog } from '../../../../services/chart/core'; import { driveChart } from '../../../../services/chart'; export const meta = { - stability: 'stable', - desc: { 'ja-JP': 'ドライブのチャートを取得します。' }, diff --git a/src/server/api/endpoints/charts/federation.ts b/src/server/api/endpoints/charts/federation.ts index 34e9bfee5f..ebd60cc24b 100644 --- a/src/server/api/endpoints/charts/federation.ts +++ b/src/server/api/endpoints/charts/federation.ts @@ -4,8 +4,6 @@ import { convertLog } from '../../../../services/chart/core'; import { federationChart } from '../../../../services/chart'; export const meta = { - stability: 'stable', - desc: { 'ja-JP': 'フェデレーションのチャートを取得します。' }, diff --git a/src/server/api/endpoints/charts/hashtag.ts b/src/server/api/endpoints/charts/hashtag.ts index eceb0b275c..8d14430137 100644 --- a/src/server/api/endpoints/charts/hashtag.ts +++ b/src/server/api/endpoints/charts/hashtag.ts @@ -4,8 +4,6 @@ import { convertLog } from '../../../../services/chart/core'; import { hashtagChart } from '../../../../services/chart'; export const meta = { - stability: 'stable', - desc: { 'ja-JP': 'ハッシュタグごとのチャートを取得します。' }, diff --git a/src/server/api/endpoints/charts/instance.ts b/src/server/api/endpoints/charts/instance.ts index e99c17ae65..4c26b7614c 100644 --- a/src/server/api/endpoints/charts/instance.ts +++ b/src/server/api/endpoints/charts/instance.ts @@ -4,8 +4,6 @@ import { convertLog } from '../../../../services/chart/core'; import { instanceChart } from '../../../../services/chart'; export const meta = { - stability: 'stable', - desc: { 'ja-JP': 'インスタンスごとのチャートを取得します。' }, diff --git a/src/server/api/endpoints/charts/network.ts b/src/server/api/endpoints/charts/network.ts index 648588fbe5..162c0c9ecd 100644 --- a/src/server/api/endpoints/charts/network.ts +++ b/src/server/api/endpoints/charts/network.ts @@ -4,8 +4,6 @@ import { convertLog } from '../../../../services/chart/core'; import { networkChart } from '../../../../services/chart'; export const meta = { - stability: 'stable', - desc: { 'ja-JP': 'ネットワークのチャートを取得します。' }, diff --git a/src/server/api/endpoints/charts/notes.ts b/src/server/api/endpoints/charts/notes.ts index 074c4978cd..c25f46f543 100644 --- a/src/server/api/endpoints/charts/notes.ts +++ b/src/server/api/endpoints/charts/notes.ts @@ -4,8 +4,6 @@ import { convertLog } from '../../../../services/chart/core'; import { notesChart } from '../../../../services/chart'; export const meta = { - stability: 'stable', - desc: { 'ja-JP': '投稿のチャートを取得します。' }, diff --git a/src/server/api/endpoints/charts/user/drive.ts b/src/server/api/endpoints/charts/user/drive.ts index 918fb62c6a..6bfa427403 100644 --- a/src/server/api/endpoints/charts/user/drive.ts +++ b/src/server/api/endpoints/charts/user/drive.ts @@ -5,8 +5,6 @@ import { convertLog } from '../../../../../services/chart/core'; import { perUserDriveChart } from '../../../../../services/chart'; export const meta = { - stability: 'stable', - desc: { 'ja-JP': 'ユーザーごとのドライブのチャートを取得します。' }, diff --git a/src/server/api/endpoints/charts/user/following.ts b/src/server/api/endpoints/charts/user/following.ts index 5d86e85d31..0da995e2ec 100644 --- a/src/server/api/endpoints/charts/user/following.ts +++ b/src/server/api/endpoints/charts/user/following.ts @@ -5,8 +5,6 @@ import { convertLog } from '../../../../../services/chart/core'; import { perUserFollowingChart } from '../../../../../services/chart'; export const meta = { - stability: 'stable', - desc: { 'ja-JP': 'ユーザーごとのフォロー/フォロワーのチャートを取得します。' }, diff --git a/src/server/api/endpoints/charts/user/notes.ts b/src/server/api/endpoints/charts/user/notes.ts index d39a20df16..754ade1228 100644 --- a/src/server/api/endpoints/charts/user/notes.ts +++ b/src/server/api/endpoints/charts/user/notes.ts @@ -5,8 +5,6 @@ import { convertLog } from '../../../../../services/chart/core'; import { perUserNotesChart } from '../../../../../services/chart'; export const meta = { - stability: 'stable', - desc: { 'ja-JP': 'ユーザーごとの投稿のチャートを取得します。' }, diff --git a/src/server/api/endpoints/charts/user/reactions.ts b/src/server/api/endpoints/charts/user/reactions.ts index 5b88a1d715..f3344c6648 100644 --- a/src/server/api/endpoints/charts/user/reactions.ts +++ b/src/server/api/endpoints/charts/user/reactions.ts @@ -5,8 +5,6 @@ import { convertLog } from '../../../../../services/chart/core'; import { perUserReactionsChart } from '../../../../../services/chart'; export const meta = { - stability: 'stable', - desc: { 'ja-JP': 'ユーザーごとの被リアクション数のチャートを取得します。' }, diff --git a/src/server/api/endpoints/charts/users.ts b/src/server/api/endpoints/charts/users.ts index 17de5756da..0d7fb7b951 100644 --- a/src/server/api/endpoints/charts/users.ts +++ b/src/server/api/endpoints/charts/users.ts @@ -4,8 +4,6 @@ import { convertLog } from '../../../../services/chart/core'; import { usersChart } from '../../../../services/chart'; export const meta = { - stability: 'stable', - desc: { 'ja-JP': 'ユーザーのチャートを取得します。' }, |