fix unrelated type error in e2e/clips.ts
This commit is contained in:
parent
4bab56609f
commit
1eb20ded64
1 changed files with 1 additions and 1 deletions
|
|
@ -695,7 +695,7 @@ describe('クリップ', () => {
|
|||
}) as any as void;
|
||||
};
|
||||
|
||||
const notes = async (parameters: Misskey.entities.ClipsNotesRequest, request: Partial<ApiRequest<'clips/notes'>> = {}): Promise<Misskey.entities.Note[]> => {
|
||||
const notes = async (parameters: Misskey.entities.ClipsNotesRequest, request: Partial<ApiRequest<'clips/notes'>> = {}) => {
|
||||
return successfulApiCall({
|
||||
endpoint: 'clips/notes',
|
||||
parameters,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue