From 1441fd93b97a2baa1d7a225fb7d1a99c85d96af5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 18 Feb 2020 08:05:27 +0900 Subject: Clean up --- src/server/api/endpoints/drive/files/attached-notes.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/server/api/endpoints/drive/files/attached-notes.ts') diff --git a/src/server/api/endpoints/drive/files/attached-notes.ts b/src/server/api/endpoints/drive/files/attached-notes.ts index e1bef8e8d9..e1fc27f599 100644 --- a/src/server/api/endpoints/drive/files/attached-notes.ts +++ b/src/server/api/endpoints/drive/files/attached-notes.ts @@ -5,8 +5,6 @@ import { ApiError } from '../../../error'; import { DriveFiles, Notes } from '../../../../../models'; export const meta = { - stability: 'stable', - desc: { 'ja-JP': '指定したドライブのファイルが添付されている投稿一覧を取得します。', 'en-US': 'Get the notes that specified file of drive attached.' -- cgit v1.2.3-freya